| Problem | summoning |
|---|---|
| User | THW |
| Submission Time | 2026-06-26 16:47:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
summoning.cpp: In function ‘int main()’:
summoning.cpp:8:20: error: expected ‘;’ before ‘if’
8 | int A; cin >> A
| ^
| ;
9 | if (A=0){
| ~~
summoning.cpp:12:5: error: ‘else’ without a previous ‘if’
12 | else {
| ^~~~
summoning.cpp:13:21: error: expected ‘;’ before ‘}’ token
13 | cout << "-1"
| ^
| ;
14 | }
| ~