QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#573131 | #9296. Golden Spirit | ucup-team4744# | Compile Error | / | / | C++20 | 3.7kb | 2024-09-18 17:28:55 | 2024-09-18 17:28:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:145:2: error: ‘sfhwheuoifhwefhuiwef’ does not name a type 145 | }sfhwheuoifhwefhuiwef | ^~~~~~~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:44:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 44 | freopen("I.in","r",stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~ answer.code:111:20: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 111 | int T;scanf("%d",&T); | ~~~~~^~~~~~~~~