Problem | flybot |
---|---|
User | zsinfo2010 |
Submission Time | 2023-11-15 10:42:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flybot.cpp: In function ‘int32_t main()’:
flybot.cpp:16:22: error: array must be initialized with a brace-enclosed initializer
16 | int ways[0][0] = 1;
| ^