记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:9: warning: unused variable 'k' [-Wunused-variable]
  double k,a,b,c,min;
         ^
/in/foo.cc:60:29: warning: 's2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<num[s1]<<endl<<num[s2]<<endl;
                             ^
/in/foo.cc:60:14: warning: 's1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<num[s1]<<endl<<num[s2]<<endl;
              ^
# 状态 耗时 内存占用
#1 Accepted 3ms 216.0 KiB
#2 Accepted 2ms 228.0 KiB
#3 Accepted 33ms 540.0 KiB
#4 Accepted 35ms 540.0 KiB
#5 Accepted 34ms 540.0 KiB
#6 Accepted 32ms 540.0 KiB
#7 Accepted 19ms 536.0 KiB
#8 Accepted 19ms 540.0 KiB
#9 Accepted 19ms 540.0 KiB
#10 Accepted 19ms 536.0 KiB

信息

递交者
类型
递交
题目
P1168 隐形的翅膀
语言
C++
递交时间
2020-07-24 22:27:34
评测时间
2020-07-24 22:27:34
评测机
分数
100
总耗时
218ms
峰值内存
540.0 KiB