Problem | competition |
---|---|
User | hackerman123 |
Submission Time | 2023-02-05 23:39:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:14:5: error: declaration does not declare anything [-fpermissive]
14 | vector <pair<int,int>>;
| ^~~~~~~~~~~~~~~~~~~~~~
competition.cpp:18:9: error: ‘v’ was not declared in this scope
18 | v.push_back({physics,bio});
| ^
competition.cpp:20:10: error: ‘v’ was not declared in this scope
20 | sort(v.begin,v.end,cmp());
| ^