QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#482860 | #8593. Coin | egypt_ioi2024_08 | Compile Error | / | / | C++20 | 1.1kb | 2024-07-17 22:56:57 | 2024-07-17 22:56:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:2:13: error: expected unqualified-id before ‘long’ 2 | #define int long long | ^~~~ answer.code:18:14: note: in expansion of macro ‘int’ 18 | int a, int b; cin>>a>>b; | ^~~ answer.code:18:29: error: ‘b’ was not declared in this scope 18 | int a, int b; cin>>a>>b; | ^ answer.code:25:20: error: ‘st’ was not declared in this scope; did you mean ‘sz’? 25 | if(!sz[i]) { st.insert(i); q.push(i); vis[i] = 1;} | ^~ | sz