/ Vijos /

记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:7:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
   scanf("%d%d",&a,&b);
           ^
/in/foo.c:7:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
   scanf("%d%d",&a,&b);
             ^
/in/foo.c:9:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d\n",c);
            ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1003ms ≥256.0 KiB
#2 Time Exceeded ≥1004ms ≥212.0 KiB
#3 Time Exceeded ≥1005ms ≥256.0 KiB
#4 Time Exceeded ≥1006ms ≥256.0 KiB

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C
递交时间
2017-12-11 17:35:48
评测时间
2017-12-11 17:35:48
评测机
分数
0
总耗时
≥4019ms
峰值内存
≥256.0 KiB