Problem | adjlist |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-10 14:42:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:8:6: error: expected ‘(’ before ‘int’
8 | for int i=0; i<e;i++){
| ^~~
| (
adjlist.cpp:9:6: error: expected ‘;’ before ‘n’
9 | cin n>>w;
| ^~
| ;