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

Compile Error

ccs.cpp: In function ‘int main()’:
ccs.cpp:74:20: error: expected ‘}’ at end of input
74 | } else {
| ^
ccs.cpp:74:20: error: expected ‘}’ at end of input
ccs.cpp:67:41: note: to match this ‘{’
67 | } else if (event == "TRANSMIT") {
| ^
ccs.cpp:74:20: error: expected ‘}’ at end of input
74 | } else {
| ^
ccs.cpp:56:33: note: to match this ‘{’
56 | for (int i = 0; i < Q; i++) {
| ^
ccs.cpp:74:20: error: expected ‘}’ at end of input
74 | } else {
| ^
ccs.cpp:49:12: note: to match this ‘{’
49 | int main() {
| ^