/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d %lf",&n,&r);
                          ^
/in/foo.cc:13:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lf %lf",&x0,&y0);
                             ^
/in/foo.cc:24:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lf %lf",&x,&y);
                               ^
# 状态 耗时 内存占用
#1 Accepted 2ms 204.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 356.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1007 绕钉子的长绳子
语言
C++
递交时间
2017-03-28 16:19:46
评测时间
2017-03-28 16:19:46
评测机
分数
60
总耗时
17ms
峰值内存
384.0 KiB