Problem | sort |
---|---|
User | AustinPi |
Submission Time | 2024-08-04 21:25:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp:1:1: error: ‘nclude’ does not name a type
1 | nclude <bits/stdc++.h>
| ^~~~~~
sort.cpp:5:10: error: ‘string’ was not declared in this scope
5 | bool cmp(string a, string b) {
| ^~~~~~
sort.cpp:5:20: error: ‘string’ was not declared in this scope
5 | bool cmp(string a, string b) {
| ^~~~~~
sort.cpp:5:28: error: expression list treated as compound expression in initializer [-fpermissive]
5 | bool cmp(string a, string b) {
| ^
sort.cpp: In function ‘int main()’:
sort.cpp:25:5: error: ‘ios_base’ has not been declared
25 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
| ^~~~~~~~
sort.cpp:25:39: error: ‘cin’ was not declared in this scope
25 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
| ^~~
sort.cpp:25:51: error: ‘cout’ was not dec