/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:57: warning: 'maxd' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<'('<<maxa<<','<<maxb<<')'<<' '<<'('<<maxc<<','<<maxd<<')'<<endl;
                                                         ^
/in/foo.cc:28:46: warning: 'maxc' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<'('<<maxa<<','<<maxb<<')'<<' '<<'('<<maxc<<','<<maxd<<')'<<endl;
                                              ^
/in/foo.cc:28:25: warning: 'maxb' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<'('<<maxa<<','<<maxb<<')'<<' '<<'('<<maxc<<','<<maxd<<')'<<endl;
                         ^
/in/foo.cc:28:14: warning: 'maxa' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cout<<'('<<maxa<<','<<maxb<<')'<<' '<<'('<<maxc<<','<<maxd<<')'<<endl;
              ^
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB

信息

递交者
类型
递交
题目
P1050 最短距离的两点
语言
C++
递交时间
2023-03-25 22:34:05
评测时间
2023-03-25 22:34:05
评测机
分数
10
总耗时
1ms
峰值内存
200.0 KiB