Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:33: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
   read(a[i]),printf("%ld\n",a[i]);
                                 ^
/in/foo.cc:30:22: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%ld\n",b[i]);
                      ^
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 34ms 2.715 MiB
#3 Accepted 50ms 3.891 MiB
#4 Accepted 63ms 5.004 MiB
#5 Accepted 78ms 6.195 MiB
#6 Accepted 91ms 7.371 MiB

信息

递交者
类型
递交
题目
P1849 宇宙微波接收器
语言
C++
递交时间
2024-07-26 10:37:15
评测时间
2024-07-26 10:37:15
评测机
分数
100
总耗时
319ms
峰值内存
7.371 MiB