Problem | exam |
---|---|
User | Keiram09 |
Submission Time | 2023-11-08 09:57:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
exam.cpp: In function ‘int main()’:
exam.cpp:11:16: error: ‘A’ was not declared in this scope
11 | int sum = A * B;
| ^
exam.cpp:11:20: error: ‘B’ was not declared in this scope
11 | int sum = A * B;
| ^