Problem | towers_noi |
---|---|
User | boaznumberd5555 |
Submission Time | 2023-02-10 15:15:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
towers_noi.cpp: In function ‘int main()’:
towers_noi.cpp:21:25: error: incompatible types in assignment of ‘int’ to ‘int [100001]’
21 | cities[i] = 0;
| ^
towers_noi.cpp:23:29: error: incompatible types in assignment of ‘int’ to ‘int [100001]’
23 | cities[i] = 1;
| ^
towers_noi.cpp:24:36: error: expected ‘]’ before ‘;’ token
24 | cities[minxcity = 0;]
| ^
| ]
towers_noi.cpp:24:37: error: expected primary-expression before ‘]’ token
24 | cities[minxcity = 0;]
| ^
towers_noi.cpp:28:29: error: incompatible types in assignment of ‘int’ to ‘int [100001]’
28 | cities[i] = 1;
| ^
towers_noi.cpp:29:36: error: expected ‘]’ before ‘;’ tok