/ WHOJ /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:15:16: error: 'x' was not declared in this scope
   15 |    scanf("%d",&x);
      |                ^
foo.cc:22:14: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
   22 |   printf("%lld\n",ans+all);
      |           ~~~^    ~~~~~~~
      |              |       |
      |              |       int
      |              long long int
      |           %d
foo.cc:6:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    6 |  freopen("flip.in","r",stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:7:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
    7 |  freopen("flip.out","w",stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    8 |  scanf("%d",&t);
      |  ~~~~~^~~~~~~~~
foo.cc:12:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   12 |   scanf("%d",&n);
      |   ~~~~~^~~~~~~~~
正在同步测试数据,请稍后
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1460 翻转游戏(文件IO)
题目数据
下载
语言
C++
递交时间
2022-08-04 22:26:47
评测时间
2022-08-04 22:26:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes