Problem | xmas |
---|---|
User | ThatOneGuy |
Submission Time | 2024-04-05 14:58:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:5:7: error: found ‘:’ in nested-name-specifier, expected ‘::’
5 | int n:
| ^
| ::
xmas.cpp:5:6: error: ‘n’ has not been declared
5 | int n:
| ^
xmas.cpp:6:11: error: qualified-id in declaration before ‘>>’ token
6 | std::cin >> n;
| ^~
xmas.cpp:8:25: error: ‘n’ was not declared in this scope
8 | std::vector<int> gifts(n);
| ^
xmas.cpp:10:6: error: expected ‘(’ before ‘int’
10 | for int( i = 0; i < n; ++1) {
| ^~~
| (
xmas.cpp:10:11: error: ‘i’ was not declared in this scope
10 | for int( i = 0; i < n; ++1) {
| ^
xmas.cpp:10:27: error: lvalue required as increment operand
10 | for int( i = 0; i < n; ++1) {
| ^
xmas.cpp:11:15: error: ‘gift’ was not declared in this s