Problem | eight |
---|---|
User | jambusk |
Submission Time | 2025-06-16 16:44:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:11:10: error: ‘B’ was not declared in this scope
11 | cin >> B;
| ^
eight.cpp:12:15: error: expected primary-expression before ‘or’ token
12 | if (A == 8) or (B == 8){
| ^~