/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:33: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10001]' [-Wformat=]
        scanf("%s %s",&str1,&str2);
                                 ^
/in/foo.cc:18:33: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[10001]' [-Wformat=]
/in/foo.cc:37:8: warning: statement is a reference, not call, to function 'getchar' [-Waddress]
 getchar;getchar;
        ^
/in/foo.cc:37:8: warning: statement has no effect [-Wunused-value]
/in/foo.cc:37:16: warning: statement is a reference, not call, to function 'getchar' [-Waddress]
 getchar;getchar;
                ^
/in/foo.cc:37:16: warning: statement has no effect [-Wunused-value]
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 352.0 KiB
#2 Wrong Answer 3ms 384.0 KiB
#3 Wrong Answer 14ms 380.0 KiB
#4 Wrong Answer 490ms 384.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2017-05-23 17:31:09
评测时间
2017-05-23 17:31:09
评测机
分数
0
总耗时
510ms
峰值内存
384.0 KiB