Problem exam
User Curiocodeexplorer
Submission Time 2023-11-08 13:23:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:16:11: error: missing terminating " character
16 | cout << "A*B;
| ^~~~~
exam.cpp:5:9: error: ISO C++ forbids declaration of ‘int34_t’ with no type [-fpermissive]
5 | int34_t(){
| ^
exam.cpp: In function ‘int int34_t()’:
exam.cpp:9:2: error: ‘cinn’ was not declared in this scope
9 | cinn >> x;
| ^~~~
exam.cpp:14:6: error: expected ‘;’ before ‘A’
14 | cin A;
| ^~
| ;
exam.cpp:15:6: error: expected ‘;’ before ‘B’
15 | cin B;
| ^~
| ;
exam.cpp:17:5: error: expected primary-expression before ‘return’
17 | return 0;
| ^~~~~~
exam.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
exam.cpp:5:10: note: to match this ‘{’
5 | int34_t(){
| ^