Accepted

foo.cc: In function ‘int main()’:
foo.cc:27:23: warning: ‘x’ may be used uninitialized [-Wmaybe-uninitialized]
   27 |                 printf("%d %d %.9lf\n",x,y,z);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:16:21: note: ‘x’ was declared here
   16 |                 int x,y;
      |                     ^
foo.cc:27:23: warning: ‘y’ may be used uninitialized [-Wmaybe-uninitialized]
   27 |                 printf("%d %d %.9lf\n",x,y,z);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:16:23: note: ‘y’ was declared here
   16 |                 int x,y;
      |                       ^
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 3ms 580.0 KiB
#2 Accepted 4ms 536.0 KiB
#3 Accepted 3ms 768.0 KiB
#4 Accepted 3ms 552.0 KiB
#5 Accepted 8ms 764.0 KiB
#6 Accepted 15ms 536.0 KiB
#7 Accepted 307ms 644.0 KiB
#8 Accepted 1846ms 792.0 KiB
#9 Accepted 2168ms 580.0 KiB
#10 Accepted 2451ms 792.0 KiB

信息

递交者
类型
递交
比赛
2024CSP模拟赛2
语言
C++
递交时间
2024-10-04 10:32:24
评测时间
2024-10-04 10:44:13
评测机
分数
100
总耗时
6813ms
峰值内存
792.0 KiB