/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:18:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (i = 0; l[i] != 0; i++)
     ^~~
foo.c:24:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
         int k=1;
         ^~~
foo.c:7:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%s%s", a, b);
     ^~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 1412759115716019..., expect 1605851301319192260. 0ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Wrong Answer Read 4062107119186197..., expect 4740979667305293.... 2ms 256.0 KiB
#4 Wrong Answer Read 1632887212180186..., expect 6052064902061926.... 194ms 436.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C
递交时间
2021-04-17 21:16:52
评测时间
2021-04-17 21:16:52
评测机
分数
25
总耗时
199ms
峰值内存
436.0 KiB