QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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