Problem | network |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-13 18:02:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
network.cpp: In function ‘int main()’:
network.cpp:69:10: error: ‘i’ was not declared in this scope
69 | for (;; i=0; i<m; ++i){
| ^
network.cpp:69:13: error: expected ‘)’ before ‘;’ token
69 | for (;; i=0; i<m; ++i){
| ~ ^
| )
network.cpp:69:15: error: ‘i’ was not declared in this scope
69 | for (;; i=0; i<m; ++i){
| ^