Problem | exam |
---|---|
User | lucasl |
Submission Time | 2025-01-03 15:26:19 |
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:7:13: error: expected primary-expression before ‘:’ token
7 | if (x == 1):
| ^
exam.cpp:9:18: error: expected primary-expression before ‘:’ token
9 | else if (x == 2):
| ^
exam.cpp:11:10: error: ‘A’ was not declared in this scope
11 | cin >> A, B;
| ^
exam.cpp:11:13: error: ‘B’ was not declared in this scope
11 | cin >> A, B;
| ^
exam.cpp:12:3: error: ‘cont’ was not declared in this scope
12 | cont << A * B
| ^~~~