Wrong Answer
foo.cc: In function 'int main()': foo.cc:8:15: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'char (*)[10000]' [-Wformat=] scanf("%c",&a); ~~^ foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%c",&a); ~~~~~^~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- 括弧匹配检验(check)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2019-07-07 16:38:50
- 评测时间
- 2021-04-28 03:32:26
- 评测机
- 分数
- 40
- 总耗时
- 12ms
- 峰值内存
- 384.0 KiB