/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d", &n, &m, &q);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:15:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("l%d %c l%d", &l1,&op, &l2);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:57:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("l%d l%d", &l1, &l2);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 7 1ms 284.0 KiB
#2 Accepted 1ms 296.0 KiB
#3 Wrong Answer 0a1 > 18 1ms 256.0 KiB
#4 Wrong Answer 0a1 > 36 1ms 256.0 KiB
#5 Wrong Answer 0a1 > 19900 6ms 256.0 KiB

信息

递交者
类型
递交
题目
P1697 平面几何
语言
C++
递交时间
2021-07-20 19:40:11
评测时间
2021-07-20 19:40:11
评测机
分数
20
总耗时
11ms
峰值内存
296.0 KiB