0_0_28523014_575.cpp: In function 'int main()':
0_0_28523014_575.cpp:16:49: error: 'flag' was not declared in this scope
if(!prime(i*i+i+41)) flag=0;
^
0_0_28523014_575.cpp:18:20: error: 'flag' was not declared in this scope
if(flag==1) cout<<"OK"<<endl;
^
0_0_28523014_575.cpp:20:17: error: 'flag' was not declared in this scope
flag=1;
^
|