QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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(){ | ^~~~