QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#312009 | #4829. Mark on a Graph | ZhangYiDe | Compile Error | / | / | C++11 | 108b | 2024-01-23 10:23:19 | 2024-01-23 10:23:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:1:2: warning: #import is a deprecated GCC extension [-Wdeprecated] 1 | #import<time.h> | ^~~~~~ answer.code:2:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type] 2 | main(){ | ^~~~ answer.code: In function ‘int main()’: answer.code:4:9: error: ‘puts’ was not declared in this scope 4 | puts(t&1?"mark 0":"ok"); | ^~~~