Problem 7up
User Hytoh
Submission Time 2023-05-30 13:03:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:12:19: error: expected primary-expression before ‘=’ token
12 | bool if7= = 1;
| ^
7up.cpp:22:12: error: ‘cur’ was not declared in this scope; did you mean ‘curr’?
22 | cout << cur << endl;
| ^~~
| curr