Problem videogames
User ansel
Submission Time 2024-12-30 16:20:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

videogames.cpp: In function ‘int main()’:
videogames.cpp:19:5: error: expected ‘,’ or ‘;’ before ‘for’
19 | for(int i=0; i<=N; i++){
| ^~~
videogames.cpp:19:18: error: ‘i’ was not declared in this scope
19 | for(int i=0; i<=N; i++){
| ^