0_0_30659467_3746.cpp:17:6: error: stray '\' in program
if(n%j==0) {t=1;cout<<\"Sorry\"<<endl;break;}
^
0_0_30659467_3746.cpp:17:6: error: missing terminating " character
0_0_30659467_3746.cpp:21:3: error: stray '\' in program
if(T==0) cout<<\"OK\"<<endl;
^
0_0_30659467_3746.cpp:21:3: error: missing terminating " character
0_0_30659467_3746.cpp: In function 'int main()':
0_0_30659467_3746.cpp:18:5: error: expected primary-expression before '}' token
}
^
0_0_30659467_3746.cpp:22:2: error: expected primary-expression before '}' token
}
^
0_0_30659467_3746.cpp:24:1: error: expected '}' at end of input
}
^
|