Problem exam
User Tristyy
Submission Time 2024-06-18 10:32:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:11: error: found ‘:’ in nested-name-specifier, expected ‘::’
11 | cin >> a:
| ^
| ::
exam.cpp:11:10: error: ‘a’ is not a class, namespace, or enumeration
11 | cin >> a:
| ^
exam.cpp:12:11: error: found ‘:’ in nested-name-specifier, expected ‘::’
12 | cin >> b:
| ^
| ::
exam.cpp:12:10: error: ‘b’ is not a class, namespace, or enumeration
12 | cin >> b:
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:4:8: note: to match this ‘{’
4 | main() {
| ^