QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#493037 | #6515. Path Planning | Cirno | Compile Error | / | / | C++14 | 1.5kb | 2024-07-26 18:50:54 | 2024-07-26 18:50:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:26:2: error: stray ‘#’ in program 26 | }#include<bits/stdc++.h> | ^ answer.code:26:3: error: ‘include’ does not name a type 26 | }#include<bits/stdc++.h> | ^~~~~~~ answer.code:28:6: error: redefinition of ‘void solve()’ 28 | void solve(){ int n,m;cin>>n>>m; | ^~~~~ answer.code:3:6: note: ‘void solve()’ previously defined here 3 | void solve(){ int n,m;cin>>n>>m; | ^~~~~ answer.code:48:5: error: redefinition of ‘int main()’ 48 | int main(){ | ^~~~ answer.code:23:5: note: ‘int main()’ previously defined here 23 | int main(){ | ^~~~