/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:9: warning: unused variable 'k' [-Wunused-variable]
  double k,a,b,c,min;
         ^
/in/foo.cc:59:29: warning: 's2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<num[s1]<<endl<<num[s2]<<endl;
                             ^
/in/foo.cc:59:14: warning: 's1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<num[s1]<<endl<<num[s2]<<endl;
              ^
# 状态 耗时 内存占用
#1 Accepted 3ms 368.0 KiB
#2 Accepted 3ms 364.0 KiB
#3 Accepted 25ms 512.0 KiB
#4 Accepted 51ms 632.0 KiB
#5 Accepted 36ms 512.0 KiB
#6 Accepted 45ms 608.0 KiB
#7 Accepted 24ms 512.0 KiB
#8 Accepted 35ms 632.0 KiB
#9 Accepted 21ms 608.0 KiB
#10 Accepted 43ms 768.0 KiB

信息

递交者
类型
递交
题目
P1237 隐形的翅膀
语言
C++
递交时间
2018-05-03 17:57:47
评测时间
2018-05-03 17:57:47
评测机
分数
100
总耗时
292ms
峰值内存
768.0 KiB