| Problem | blackmagic |
|---|---|
| User | NgMinSong123 |
| Submission Time | 2023-12-16 11:03:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
blackmagic.cpp: In function ‘int main()’:
blackmagic.cpp:10:268: error: too many initializers for ‘long long int [101]’
10 | long long arr[101], arr2[M][4], duparr[101] {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
| ^