Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:4:40: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
  printf("%d\n", sizeof("Hello, World!"));
                                        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 352.0 KiB

信息

递交者
类型
递交
题目
P2309 1.2.10:Hello, World!的大小
语言
C++
递交时间
2024-06-08 13:58:10
评测时间
2024-06-08 13:58:10
评测机
分数
100
总耗时
2ms
峰值内存
352.0 KiB