QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#778734 | #5266. Absolutely Flat | ZhaoZiLong | Compile Error | / | / | C++98 | 1.0kb | 2024-11-24 16:02:24 | 2024-11-24 16:02:26 |
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:42:26: error: ‘it’ does not name a type; did you mean ‘int’? 42 | for(auto it=st.begin();it!=st.end();it++) | ^~ | int answer.code:42:40: error: expected ‘;’ before ‘it’ 42 | for(auto it=st.begin();it!=st.end();it++) | ^~ | ; answer.code:42:40: error: ‘it’ was not declared in this scope; did you mean ‘st’? 42 | for(auto it=st.begin();it!=st.end();it++) | ^~ | st