0_0_17058901_6033.cpp: In function 'int main()':
0_0_17058901_6033.cpp:93:9: error: expected ';' before 'for'
for (int i = 0; i < g.size(); i++)
^
0_0_17058901_6033.cpp:93:25: error: 'i' was not declared in this scope
for (int i = 0; i < g.size(); i++)
^
|