Problem | exam |
---|---|
User | lunghu |
Submission Time | 2024-12-04 10:36:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:21:15: error: expected ‘;’ before ‘long’
21 | cin >> d >> e
| ^
| ;
22 |
23 | long long f = d * e;
| ~~~~
exam.cpp:25:10: error: ‘f’ was not declared in this scope
25 | cout << f;}
| ^