0_0_33427268_6112.cpp: In function 'int main()':
0_0_33427268_6112.cpp:11:6: error: 'ans' was not declared in this scope
ans = 2;continue;
^
0_0_33427268_6112.cpp:14:4: error: 'ans' was not declared in this scope
ans = 5;continue;
^
0_0_33427268_6112.cpp:17:4: error: 'ans' was not declared in this scope
ans = 5;continue;
^
0_0_33427268_6112.cpp:20:4: error: 'ans' was not declared in this scope
ans = 5;continue;
^
0_0_33427268_6112.cpp:23:4: error: 'ans' was not declared in this scope
ans = 5;continue;
^
0_0_33427268_6112.cpp:26:4: error: 'ans' was not declared in this scope
ans = 6;continue;
^
0_0_33427268_6112.cpp:29:4: error: 'ans' was not declared in this scope
ans = 4;continue;
^
0_0_33427268_6112.cpp:32:4: error: 'ans' was not declared in this scope
ans = 4;continue;
^
0_0_33427268_6112.cpp:35:4: error: 'ans' was not declared in this scope
ans = 3;continue;
^
0_0_33427268_6112.cpp:39:4: error: 'ans' was not declared in this scope
ans = 3;continue;
^
0_0_33427268_6112.cpp:42:4: error: 'ans' was not declared in this scope
ans = 4;
^
0_0_33427268_6112.cpp:44:18: error: 'ans' was not declared in this scope
printf("%d\n", ans);
^
|