Problem deathray
User huangchengcheng
Submission Time 2026-04-25 11:05:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

deathray.cpp: In function ‘int main()’:
deathray.cpp:10:13: error: expected unqualified-id before ‘;’ token
10 | int n,q,;
| ^
deathray.cpp: At global scope:
deathray.cpp:44:5: error: ‘cout’ does not name a type
44 | cout << fainted << "\n";
| ^~~~
deathray.cpp:45:1: error: expected declaration before ‘}’ token
45 | }
| ^