0_0_31929515_28397.cpp: In function 'void Prime()':
0_0_31929515_28397.cpp:12:17: error: 'intj' was not declared in this scope
for(intj =2; j*i<MAX; j++) {
^
0_0_31929515_28397.cpp:12:26: error: 'j' was not declared in this scope
for(intj =2; j*i<MAX; j++) {
^
0_0_31929515_28397.cpp: In function 'int main()':
0_0_31929515_28397.cpp:29:25: error: 'elseif' was not declared in this scope
elseif(cnt[i]==1) {
^
0_0_31929515_28397.cpp:31:11: error: 'else' without a previous 'if'
} else {
^
|