/ /

记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:7:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&first);
  ~~~~~^~~~~~~~~~~~~
foo.cc:10:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a);
   ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 1ms 384.0 KiB
#2 Runtime Error 2126ms 460.0 KiB

信息

递交者
类型
递交
题目
P1101 1-3 序列循环左移
语言
C++
递交时间
2021-07-17 14:35:53
评测时间
2021-07-17 14:35:53
评测机
分数
0
总耗时
2128ms
峰值内存
460.0 KiB