| Problem | conductslip |
|---|---|
| User | asbx |
| Submission Time | 2023-11-20 10:45:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:13:2: error: expected primary-expression before ‘<’ token
13 | <int> happiness;
| ^
conductslip.cpp:13:3: error: expected primary-expression before ‘int’
13 | <int> happiness;
| ^~~
conductslip.cpp:30:8: error: ‘happiness’ was not declared in this scope
30 | else happiness.push_back[s];
| ^~~~~~~~~
conductslip.cpp:33:7: error: ‘happiness’ was not declared in this scope
33 | sort(happiness, happiness+l);
| ^~~~~~~~~
conductslip.cpp:44:1: error: expected ‘}’ at end of input
44 | }
| ^
conductslip.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^