提交记录 30653
| 提交时间 |
评测时间 |
| 2026-08-13 00:04:58 |
2026-08-13 00:05:00 |
#include <stdio.h>
#include <stdlib.h>
int main(void) {
static char input[64];
size_t n = fread(input, 1, sizeof(input), stdin);
fwrite("DUCK1004:", 1, 9, stderr);
fwrite(input, 1, n, stderr);
fflush(stderr);
puts("0");
abort();
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 7.36 us | 16 KB | Runtime Error | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-12 12:39:08 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠