Problem | graphcraft |
---|---|
User | jeongwonho64 |
Submission Time | 2023-06-04 09:59:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
graphcraft.cpp: In function ‘int graphcraft(int, int, std::vector<std::pair<int, int> >*)’:
graphcraft.cpp:35:20: error: expected ‘;’ before ‘<’ token
35 | for(int i = 1,i < n;i++){
| ^~
| ;
graphcraft.cpp:35:21: error: expected primary-expression before ‘<’ token
35 | for(int i = 1,i < n;i++){
| ^
graphcraft.cpp:35:23: error: ‘n’ was not declared in this scope
35 | for(int i = 1,i < n;i++){
| ^