提交记录 48330


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 test. 自定义测试 Compile Error 0 0 ns 0 KB C++17 310 B
提交时间 评测时间
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;
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-09-24 06:31:29 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠