Problem exam
User hyishigh
Submission Time 2024-12-04 10:57:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:15:9: error: expected primary-expression before ‘,’ token
15 | cout <, b;
| ^
exam.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^