| Problem | adjmatrix |
|---|---|
| User | Schoolpurposes |
| Submission Time | 2026-04-27 14:43:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp:3:5: error: cannot declare ‘::main’ to be a global variable
3 | int main{
| ^~~~
adjmatrix.cpp:4:2: error: expected primary-expression before ‘while’
4 | while(true){
| ^~~~~
adjmatrix.cpp:4:2: error: expected ‘}’ before ‘while’
adjmatrix.cpp:3:9: note: to match this ‘{’
3 | int main{
| ^
adjmatrix.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^