/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(cin>>a[++n]);n--;
  ^~~~~
/in/foo.cc:9:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(cin>>a[++n]);n--;
                     ^
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Accepted 1ms 208.0 KiB
#4 Accepted 1ms 200.0 KiB

信息

递交者
类型
递交
题目
P1042 拦截导弹(Noip1999)
语言
C++
递交时间
2019-10-05 16:13:40
评测时间
2019-10-05 16:13:40
评测机
分数
40
总耗时
5ms
峰值内存
208.0 KiB