记录详情

Compile Error

foo.cc:27:12: error: empty character constant
   27 |     res[n]='';
      |            ^~
foo.cc: In function 'int main()':
foo.cc:8:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    8 |     scanf("%d",&n);
      |     ~~~~~^~~~~~~~~
foo.cc:9:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    9 |     scanf("%s %s %s",a,b,c);
      |     ~~~~~^~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1157 字符串还原
语言
C++
递交时间
2022-07-28 21:56:20
评测时间
2022-07-28 21:56:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes