QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#515142 | #4883. Bayan Testing | HuangHanSheng | Compile Error | / | / | C++20 | 4.0kb | 2024-08-11 15:31:30 | 2024-08-11 15:31:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:95:36: error: expected ‘;’ before ‘continue’ 95 | write(-1);1 | ^ | ; 96 | continue; | ~~~~~~~~ answer.code: In function ‘void FAST_IO::flushin()’: answer.code:49:64: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 49 | inline void flushin(){memcpy(BUF,BUF+Pin,LEN-Pin),fread(BUF+LEN-Pin,1,Pin,stdin),Pin=0;return;} | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~