Problem nprime
User Abi
Submission Time 2024-07-19 17:40:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:7:2: error: ‘y’ was not declared in this scope
7 | y = 6 * (x / 2) - 1;
| ^