Problem | exam |
---|---|
User | Yicen |
Submission Time | 2024-02-23 22:35:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main () {
| ~~~
exam.cpp: In function ‘int main()’:
exam.cpp:4:9: error: ‘x’ was not declared in this scope
4 | cin >> x;
| ^
exam.cpp:8:11: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
exam.cpp:8:16: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^
exam.cpp:9:12: error: ‘a’ was not declared in this scope
9 | cout << a*b;
| ^
exam.cpp:9:14: error: ‘b’ was not declared in this scope
9 | cout << a*b;
| ^