Problem exam
User Jaysonwee22
Submission Time 2026-06-22 15:52:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:4:7: error: expected ‘)’ before ‘;’ token
4 | int x;
| ^
| )
exam.cpp:3:12: note: to match this ‘(’
3 | int main() (
| ^
exam.cpp:3:1: error: ‘main’ declared as function returning a function
3 | int main() (
| ^~~
exam.cpp:5:2: error: ‘C’ does not name a type
5 | C/A >> ) (
| ^
exam.cpp:8:2: error: expected unqualified-id before ‘)’ token
8 | )
| ^
exam.cpp:10:17: error: ‘b’ does not name a type
10 | long long a; b;
| ^
exam.cpp:11:4: error: ‘C’ does not name a type
11 | C/A >> a >> b;
| ^
exam.cpp:12:3: error: ‘cout’ does not name a type
12 | cout >> a >> b;
| ^~~~
exam.cpp:13:1: error: expected unqualified-id before ‘)’ token
13 | )
| ^