代码
#include <stdio.h>
int main()
{
printf("hello, world\n");
}
信息
- 递交者
- 类型
- 自测
- 题目
- problemC.或者过于完美亦未可知
- 语言
- C
- 递交时间
- 2019-10-25 17:19:28
- 评测时间
- 2021-04-28 03:33:40
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes
#include <stdio.h>
int main()
{
printf("hello, world\n");
}