QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#328959 | #1880. Nikanor Loves Games | Wind_Server | Compile Error | / | / | C++17 | 4.4kb | 2024-02-16 11:10:40 | 2024-02-16 11:10:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:185:16: warning: missing terminating " character 185 | printf("%.6lf\n, mx / 4.0); | ^ answer.code:185:16: error: missing terminating " character 185 | printf("%.6lf\n, mx / 4.0); | ^~~~~~~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:186:9: error: expected primary-expression before ‘return’ 186 | return 0; | ^~~~~~ answer.code:95:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 95 | freopen("gamble.in", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:96:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 96 | freopen("gamble.out", "w", stdout); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~