Problem ccs
User Enigma
Submission Time 2023-11-09 10:11:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:53:24: error: expected ‘}’ at end of input
53 | int sleeper;
| ^
ccs.cpp:52:40: note: to match this ‘{’
52 | } else if (control == "SLEEP") {
| ^
ccs.cpp:53:24: error: expected ‘}’ at end of input
53 | int sleeper;
| ^
ccs.cpp:39:33: note: to match this ‘{’
39 | for (int i = 0; i < Q; i++) {
| ^
ccs.cpp:53:24: error: expected ‘}’ at end of input
53 | int sleeper;
| ^
ccs.cpp:28:16: note: to match this ‘{’
28 | int32_t main() {
| ^