记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:15:12: error: unable to find string literal operator 'operator""mas' with 'const char [4]', 'long unsigned int' arguments
   15 |     printf("%d "mas);
      |            ^~~~~~~~
foo.cc:10:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 |   scanf("%d%d",&n,&lin);
      |   ~~~~~^~~~~~~~~~~~~~~~
foo.cc:14:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   14 |     scanf("%d",&mas);
      |     ~~~~~^~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
1-3 序列循环左移
语言
C++
递交时间
2022-08-09 20:40:00
评测时间
2022-08-09 20:40:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes