Problem | nprime |
---|---|
User | Pranav |
Submission Time | 2024-01-29 17:07:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:26:14: error: expected ‘}’ at end of input
26 | cout<<i;
| ^
nprime.cpp:25:5: note: to match this ‘{’
25 | {
| ^
nprime.cpp:26:14: error: expected ‘}’ at end of input
26 | cout<<i;
| ^
nprime.cpp:19:3: note: to match this ‘{’
19 | {
| ^
nprime.cpp:26:14: error: expected ‘}’ at end of input
26 | cout<<i;
| ^
nprime.cpp:14:1: note: to match this ‘{’
14 | {
| ^