Problem sort
User G92
Submission Time 2024-02-18 10:33:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp:3:1: error: stray ‘`’ in program
3 | ```#include <bits/stdc++.h>
| ^
sort.cpp:3:2: error: stray ‘`’ in program
3 | ```#include <bits/stdc++.h>
| ^
sort.cpp:3:3: error: stray ‘`’ in program
3 | ```#include <bits/stdc++.h>
| ^
sort.cpp:3:4: error: stray ‘#’ in program
3 | ```#include <bits/stdc++.h>
| ^
sort.cpp:42:2: error: stray ‘`’ in program
42 | }```
| ^
sort.cpp:42:3: error: stray ‘`’ in program
42 | }```
| ^
sort.cpp:42:4: error: stray ‘`’ in program
42 | }```
| ^
sort.cpp:1:1: error: ‘so’ does not name a type
1 | so ur code can be simplified to
| ^~
sort.cpp:5:8: error: ‘string’ was not declared in this scope
5 | bool k(string i,string j)
| ^~~~~~
sort.cpp:5:18: error: ‘string’ was not declared in this scope
5 | bool k(string i,string j)
|