Problem giantduck
User Dolphy
Submission Time 2024-12-18 11:37:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

giantduck.cpp: In function ‘int32_t main()’:
giantduck.cpp:31:27: error: expected ‘;’ before ‘for’
31 | if (n<=1000000) return 69
| ^
| ;
32 | for (int i=2; i<=49; i++) {
| ~~~