Problem timeexam
User ethantanaki
Submission Time 2026-02-28 11:18:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:16:12: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator<<’
16 | cout < a << "0" << N;
| ~ ^~ ~~~
| | |
| int const char [2]
timeexam.cpp:17:9: error: expected primary-expression before ‘)’ token
17 | } else() {
| ^