Problem | catfight |
---|---|
User | BoneMeBurner |
Submission Time | 2024-07-25 14:17:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:9:23: error: found ‘:’ in nested-name-specifier, expected ‘::’
9 | long long TEMP:
| ^
| ::
catfight.cpp:9:19: error: ‘TEMP’ has not been declared
9 | long long TEMP:
| ^~~~
catfight.cpp:10:7: error: qualified-id in declaration before ‘>>’ token
10 | cin >> TEMP;
| ^~
catfight.cpp:11:18: error: ‘TEMP’ was not declared in this scope
11 | cats.push_back(TEMP);
| ^~~~