QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#796656 | #7604. Find the Vertex | Cookie_Creamm | Compile Error | / | / | C++23 | 238b | 2024-12-01 23:11:53 | 2024-12-01 23:11:54 |
Judging History
answer
#include<bits/stdc++.h>
void solve(){
}
}
signed main(){
//ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
int tt; tt = 1;
while(tt--){
solve();
}
return(0);
}
Details
answer.code:6:1: error: expected declaration before ‘}’ token 6 | } | ^