Problem | exam |
---|---|
User | idk |
Submission Time | 2023-01-05 16:05:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:4:14: error: ‘x’ was not declared in this scope
4 | std::cin >> x;
| ^
exam.cpp:8:15: error: ‘A’ was not declared in this scope
8 | std::cin >> A >> B;
| ^
exam.cpp:8:20: error: ‘B’ was not declared in this scope
8 | std::cin >> A >> B;
| ^
exam.cpp:9:3: error: ‘C’ was not declared in this scope
9 | C = A * B;
| ^
exam.cpp:9:7: error: ‘A’ was not declared in this scope
9 | C = A * B;
| ^
exam.cpp:9:11: error: ‘B’ was not declared in this scope
9 | C = A * B;
| ^