Problem | arraygraph |
---|---|
User | Hijackedsoul |
Submission Time | 2024-05-20 12:30:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arraygraph.cpp: In function ‘int32_t main()’:
arraygraph.cpp:11:18: error: found ‘:’ in nested-name-specifier, expected ‘::’
11 | int a:
| ^
| ::
arraygraph.cpp:11:17: error: ‘a’ has not been declared
11 | int a:
| ^
arraygraph.cpp:12:22: error: qualified-id in declaration before ‘>>’ token
12 | std::cin >> a;
| ^~