/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d%d",&a,&b);
                       ^
/in/foo.cc:7:23: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:16:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d",c);
                  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 47ms 296.0 KiB
#3 Time Exceeded ≥1001ms ≥224.0 KiB
#4 Accepted 475ms 208.0 KiB
#5 Time Exceeded ≥1001ms ≥208.0 KiB
#6 Wrong Answer 2ms 220.0 KiB
#7 Wrong Answer 2ms 220.0 KiB
#8 Wrong Answer 1ms 220.0 KiB
#9 Wrong Answer 1ms 220.0 KiB
#10 Time Exceeded ≥1005ms ≥220.0 KiB

信息

递交者
类型
递交
题目
P1047 最小公倍数
语言
C++
递交时间
2020-05-11 16:52:57
评测时间
2020-05-11 16:52:57
评测机
分数
30
总耗时
≥3541ms
峰值内存
≥296.0 KiB