Problem | nprime |
---|---|
User | Abi |
Submission Time | 2024-07-19 17:40:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:7:2: error: ‘y’ was not declared in this scope
7 | y = 6 * (x / 2) - 1;
| ^
nprime.cpp:8:6: error: expected ‘;’ before ‘y’
8 | cout y;
| ^~
| ;