记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:20:21: warning: unused variable 'f' [-Wunused-variable]
  int x, n, j, i, y, f, s, s2;
                     ^
foo.cc:20:27: warning: unused variable 's2' [-Wunused-variable]
  int x, n, j, i, y, f, s, s2;
                           ^~
foo.cc:21:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &x, &n);
  ~~~~~^~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 1.184 MiB
#2 Accepted 2ms 1.156 MiB
#3 Accepted 2ms 1.125 MiB
#4 Accepted 2ms 1.152 MiB
#5 Wrong Answer Read 2141612160827541..., expect 2986228355078392.... 2ms 1.176 MiB

信息

递交者
类型
递交
比赛
2021(四) 作业第二场:见面赛
语言
C++
递交时间
2021-10-30 22:42:15
评测时间
2021-10-30 22:42:15
评测机
分数
80
总耗时
13ms
峰值内存
1.184 MiB