/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf( "%d" , &n ) ; an = 0 ;
                            ^
/in/foo.cc:30:49: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
                 scanf( "%d%d" , S + i , T + i ) ; T[ i ] += S[ i ] ;
                                                 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 484.0 KiB
#3 Accepted 3ms 512.0 KiB
#4 Accepted 59ms 1.594 MiB
#5 Accepted 71ms 1.625 MiB
#6 Accepted 108ms 2.125 MiB
#7 Accepted 41ms 1.215 MiB
#8 Accepted 87ms 2.051 MiB
#9 Accepted 104ms 2.0 MiB
#10 Accepted 112ms 2.25 MiB

信息

递交者
类型
递交
题目
P1818 NOI嘉年华
语言
C++
递交时间
2017-04-07 10:29:25
评测时间
2017-04-07 10:29:25
评测机
分数
100
总耗时
594ms
峰值内存
2.25 MiB