Problem | exam |
---|---|
User | Tristyy |
Submission Time | 2024-06-18 10:34:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:11: error: found ‘:’ in nested-name-specifier, expected ‘::’
12 | cin >> a:
| ^
| ::
exam.cpp:12:10: error: ‘a’ is not a class, namespace, or enumeration
12 | cin >> a:
| ^
exam.cpp:13:11: error: found ‘:’ in nested-name-specifier, expected ‘::’
13 | cin >> b:
| ^
| ::
exam.cpp:13:10: error: ‘b’ is not a class, namespace, or enumeration
13 | cin >> b:
| ^