QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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;} | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~