QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#736075 | #7622. Yet Another Coffee | ucup-team4194# | Compile Error | / | / | C++20 | 2.6kb | 2024-11-12 00:19:03 | 2024-11-12 00:19:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:72:2: error: stray ‘#’ in program 72 | }#include<bits/stdc++.h> | ^ answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:11: error: ‘bits’ was not declared in this scope 72 | }#include<bits/stdc++.h> | ^~~~ answer.code:72:16: error: ‘stdc’ was not declared in this scope; did you mean ‘std’? 72 | }#include<bits/stdc++.h> | ^~~~ | std answer.code:72:3: error: ‘include’ does not name a type 72 | }#include<bits/stdc++.h> | ^~~~~~~ answer.code:81:11: error: redefinition of ‘const int N’ 81 | const int N=5e5+10; | ^ answer.code:10:11: note: ‘const int N’ previously defined here 10 | const int N=5e5+10; | ^ answer.code:82:4: error: redefinition of ‘ll a [500010]’ 82 | ll a[N]; | ^ answer.code:11:4: note: ‘ll a [500010]’ previously declared here 11 | ll a[N]; | ^ answer.code:83:6: error: redefinition of ‘void solve()’ 83 | void solve(){ | ^~~~~ answer.code:12:6: note: ‘void solve()’ previously defined here 12 | void solve(){ | ^~~~~ answer.code:136:5: error: redefinition of ‘int main()’ 136 | int main(){ | ^~~~ answer.code:65:5: note: ‘int main()’ previously defined here 65 | int main(){ | ^~~~