记录详情

Accepted

/in/foo.cc: In function 'void read(long double&)':
/in/foo.cc:6:51: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 void read(long double &x){double y;scanf("%lf",&y);x=y;}
                                                   ^
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 32ms 376.0 KiB
#3 Accepted 31ms 268.0 KiB
#4 Accepted 31ms 384.0 KiB
#5 Accepted 37ms 256.0 KiB
#6 Accepted 36ms 384.0 KiB
#7 Accepted 37ms 360.0 KiB
#8 Accepted 39ms 224.0 KiB
#9 Accepted 31ms 376.0 KiB
#10 Accepted 31ms 360.0 KiB

信息

递交者
类型
递交
题目
Misaka&Accelerator
语言
C++
递交时间
2017-04-06 21:33:32
评测时间
2017-04-06 21:33:32
评测机
分数
100
总耗时
310ms
峰值内存
384.0 KiB