Problem ccs
User shawn
Submission Time 2024-06-11 10:13:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp:1:2: error: invalid preprocessing directive #includen; did you mean #include?
1 | #includen <bits/stdc++.h>
| ^~~~~~~~
| include
ccs.cpp:6:1: error: ‘set’ does not name a type
6 | set<int> a;
| ^~~
ccs.cpp:8:1: error: ‘int32_t’ does not name a type
8 | int32_t search(int l, int h, int x){
| ^~~~~~~
ccs.cpp:25:1: error: ‘int32_t’ does not name a type
25 | int32_t main(){
| ^~~~~~~