Compile Error
foo.cc: In function 'int main()': foo.cc:46:22: error: expected ';' before 'if' 46 | if(s[i]=='L')sum*=2//sum=mul(sum,2); | ^ | ; 47 | if(s[i]=='R')sum=sum*2+cnt//sum=add(mul(sum,2),cnt); | ~~ foo.cc:41:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 41 | scanf("%s",s+1); | ~~~~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1522 堆
- 语言
- C++
- 递交时间
- 2022-07-29 17:38:51
- 评测时间
- 2022-07-29 17:38:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes