Problem | adjmatrix |
---|---|
User | cOoKiEs |
Submission Time | 2023-11-10 14:13:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:8:23: error: expected ‘;’ before ‘for’
8 | memset(g,0,sizeof(g))
| ^
| ;
9 | for(int i=0;i<b;++i){
| ~~~
adjmatrix.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for(int i=0;i<b;++i){
| ^