QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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);
}
详细
answer.code:6:1: error: expected declaration before ‘}’ token 6 | } | ^