提交记录 48370
| 提交时间 |
评测时间 |
| 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;
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-24 05:47:15 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠