记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:16:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   16 |  scanf("%d",&n);
      |  ~~~~~^~~~~~~~~
foo.cc:20:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   20 |   scanf("%d",&n);
      |   ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Wrong Answer 1d0 < 1+199=200 2ms 256.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 47ms 256.0 KiB
#5 Accepted 15ms 256.0 KiB

信息

递交者
类型
递交
题目
A3-4 素数专题:验证哥德巴赫猜想
比赛
2022春 C语言课程设计 作业1
语言
C++
递交时间
2022-03-01 11:25:02
评测时间
2022-03-01 11:25:02
评测机
分数
80
总耗时
70ms
峰值内存
256.0 KiB