提交记录 48330
| 提交时间 |
评测时间 |
| 2026-09-19 14:39:15 |
2026-09-19 14:39:17 |
#include "../../lib/duckstart.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(){
volatile unsigned long n = strlen("hello world");
char buf[64]; strcpy(buf,"abc");
void*p = malloc(4096); ((char*)p)[0]=1; free(p);
printf("n=%lu buf=%s done\n", n, buf);
fflush(0);
return 0;
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-24 06:31:29 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠