Problem | snowball |
---|---|
User | Kenniene |
Submission Time | 2024-05-24 14:50:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int32_t main()’:
snowball.cpp:10:5: error: ‘vec’ was not declared in this scope
10 | vec<int> a;
| ^~~
snowball.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
snowball.cpp:10:9: note: in expansion of macro ‘int’
10 | vec<int> a;
| ^~~
snowball.cpp:12:26: error: ‘a’ was not declared in this scope
12 | int val;cin>>val;a.emplace_back(val);
| ^
snowball.cpp:16:7: error: ‘a’ was not declared in this scope
16 | sort(a.begin(), a.end());
| ^