Problem spaceinvaders
User jeongwonho64
Submission Time 2023-08-22 21:06:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

spaceinvaders.cpp: In function ‘int main()’:
spaceinvaders.cpp:6:23: error: expected ‘;’ before ‘cout’
6 | memset(y,-1,sizeof y)
| ^
| ;
7 | cout<<x[500][500][500]+y[500][500][500];
| ~~~~