Problem guessproblem
User Alloy
Submission Time 2023-01-03 14:44:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:7:37: error: expected ‘;’ before ‘}’ token
7 | while (t--) cout << "helloworld"
| ^
| ;
8 |
9 | }
| ~