0_0_33406011_29090.cpp:17:6: error: stray '\' in program
if(n%j==0) {t=1;cout<<\"Sorry\"<<endl;break;}//只要能除尽那么就一定是sorry,直接跳出测试素数循环;
^
0_0_33406011_29090.cpp:17:6: error: missing terminating " character
0_0_33406011_29090.cpp:21:3: error: stray '\' in program
if(T==0) cout<<\"OK\"<<endl;
^
0_0_33406011_29090.cpp:21:3: error: missing terminating " character
0_0_33406011_29090.cpp: In function 'int main()':
0_0_33406011_29090.cpp:18:5: error: expected primary-expression before '}' token
}
^
0_0_33406011_29090.cpp:22:2: error: expected primary-expression before '}' token
}
^
0_0_33406011_29090.cpp:22:2: error: expected '}' at end of input
0_0_33406011_29090.cpp:22:2: error: expected '}' at end of input
|