提交记录 48370


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 test. 自定义测试 Compile Error 0 0 ns 0 KB C++17 390 B
提交时间 评测时间
2026-09-19 14:52:30 2026-09-19 14:52:31
#include <stdio.h>
#include <gnu/libc-version.h>
int main(){
  printf("gcc=%s\n", __VERSION__);
  printf("glibc_hdr=%d.%d\n", __GLIBC__, __GLIBC_MINOR__);
  printf("glibc_rt=%s\n", gnu_get_libc_version());
  printf("cplusplus=%ld\n", (long)__cplusplus);
  printf("sizeof_long=%d ptr=%d\n", (int)sizeof(long), (int)sizeof(void*));
  printf("date=%s %s\n", __DATE__, __TIME__);
  return 0;
}

CompilationN/AN/ACompile ErrorScore: N/A


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