QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#31740#21643. 多测不给大样例问题LFCode#Compile Error//C++1466b2022-05-12 08:52:082022-05-18 04:29:05

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-05-18 04:29:05]
  • 评测
  • [2022-05-12 08:52:08]
  • 提交

answer

#include<cstdio>
int mian(){//面面面!
	puts("呱呱呱!");
}

Details

answer.code: In function ‘int mian()’:
answer.code:4:1: warning: no return statement in function returning non-void [-Wreturn-type]
    4 | }
      | ^
/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status