| Problem | adjlist | 
|---|---|
| User | Alexis10 | 
| Submission Time | 2023-11-10 14:58:53 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 adjlist.cpp: In function ‘int main()’:
adjlist.cpp:15:18: error: expected ‘;’ before ‘}’ token
   15 |  cout << j << " "
      |                  ^
      |                  ;
   16 |  } cout << "\n"
      |  ~                
adjlist.cpp:16:16: error: expected ‘;’ before ‘}’ token
   16 |  } cout << "\n"
      |                ^
      |                ;
   17 | }
      | ~