Problem | snowball |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-08 22:46:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:4:12: error: ‘unsinged’ was not declared in this scope; did you mean ‘unsigned’?
4 | #define ll unsinged long long
| ^~~~~~~~
snowball.cpp:7:2: note: in expansion of macro ‘ll’
7 | ll n, d, num, total = 0;
| ^~
snowball.cpp:8:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin>>n>>d;
| ^
| yn
snowball.cpp:8:10: error: ‘d’ was not declared in this scope
8 | cin>>n>>d;
| ^
snowball.cpp:9:12: error: template argument 2 is invalid
9 | vector <ll> vect;
| ^
snowball.cpp:11:8: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
11 | cin>>num;
| ^~~
| enum
snowball.cpp:12:8: error: request for member ‘push_back’ in ‘vect’, which is of non-class type ‘int’
12 | vect.pus