Problem guessproblem4_ex
User AlphanumericUsername
Submission Time 2024-01-06 15:58:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem4_ex.cpp:36:20: error: missing terminating " character
36 | if(T == 36)return "candles;
| ^~~~~~~~~
guessproblem4_ex.cpp: In function ‘const char* solve(int)’:
guessproblem4_ex.cpp:37:2: error: expected primary-expression before ‘if’
37 | if(T == 37)return "trivialexam";
| ^~
guessproblem4_ex.cpp:36:19: error: expected ‘;’ before ‘if’
36 | if(T == 36)return "candles;
| ^
| ;
37 | if(T == 37)return "trivialexam";
| ~~