Memory Exceeded
foo.cc: In function 'int main()': foo.cc:28:13: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[3000]' [-Wformat=] 28 | scanf("%s%s",&a,&b); | ~^ ~~ | | | | | char (*)[3000] | char* foo.cc:28:15: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[3000]' [-Wformat=] 28 | scanf("%s%s",&a,&b); | ~^ ~~ | | | | char* char (*)[3000]
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1020 [7FOJ]高精度加法
- 语言
- C++
- 递交时间
- 2023-11-28 16:57:40
- 评测时间
- 2023-11-28 16:57:40
- 评测机
- 分数
- 0
- 总耗时
- ≥172ms
- 峰值内存
- ≥16.0 KiB