Problem guanine
User eliasxyz
Submission Time 2025-05-27 21:25:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guanine.cpp: In function ‘int main()’:
guanine.cpp:11:19: error: expected ‘)’ before ‘;’ token
11 | while (int i=0;i<N;i++) {
| ~ ^
| )
guanine.cpp:11:20: error: ‘i’ was not declared in this scope
11 | while (int i=0;i<N;i++) {
| ^