Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:27:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(a.length()<maxn)for(ll i=a.length();i<maxn;i++)a="0"+a; ~~~~~~~~~~^~~~~ /in/foo.cc:40:21: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'll {aka long long int}' [-Wformat=] printf("%ld",answer); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 A+B Problem
- 语言
- C++
- 递交时间
- 2021-02-08 02:36:13
- 评测时间
- 2021-02-08 02:36:13
- 评测机
- 分数
- 100
- 总耗时
- 19ms
- 峰值内存
- 228.0 KiB