Wrong Answer
foo.cc: In function 'int main()': foo.cc:21:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 21 | int n;scanf("%d",&n); | ~~~~~^~~~~~~~~ foo.cc:24:11: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] 24 | system("pause"); | ~~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1016 根据后缀表达式的值(count)
- 语言
- C++
- 递交时间
- 2022-06-29 09:55:32
- 评测时间
- 2022-06-29 09:55:32
- 评测机
- 分数
- 0
- 总耗时
- 24ms
- 峰值内存
- 640.0 KiB