QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#312030#4829. Mark on a GraphHuangHanShengCompile Error//C++11102b2024-01-23 11:02:062024-01-23 11:02:07

详细

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");
      |         ^~~~