QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~