0_0_15775388_23368.cpp: In function 'int main()':
0_0_15775388_23368.cpp:43:3: error: expected ',' or ';' before 'for'
for(int i = 1 ; i < 6 ; i ++) {
^
0_0_15775388_23368.cpp:43:19: error: 'i' was not declared in this scope
for(int i = 1 ; i < 6 ; i ++) {
^
|