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

Compile Error

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