Time Exceeded
/in/foo.cc:61:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main() ^ /in/foo.cc: In function 'int main()': /in/foo.cc:72:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if((s1.size() ==1)&&(s1[0]==0)||(s2.size() ==1)&&(s2[0]==0)) ~~~~~~~~~~~~~~~^~~~~~~~~~~~ /in/foo.cc: In function 'void mul(int*, int*, int*)': /in/foo.cc:45:11: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized] c[0]=k+1; ~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2000 A x B Problem
- 语言
- C++
- 递交时间
- 2017-10-13 10:59:04
- 评测时间
- 2017-10-13 10:59:04
- 评测机
- 分数
- 10
- 总耗时
- ≥9353ms
- 峰值内存
- ≥512.0 KiB