记录详情

Compile Error

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

信息

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