/ XMU_ACM /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:12:16: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
     scanf("%I64d %I64d",&a,&b);
                ^
/in/foo.c:12:22: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
     scanf("%I64d %I64d",&a,&b);
                      ^
/in/foo.c:13:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%I64d",gcd(a,b));
                 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 7ms 256.0 KiB
#3 Accepted 9ms 256.0 KiB
#4 Accepted 1ms 208.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Accepted 1ms 256.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 1ms 256.0 KiB
#9 Accepted 10ms 256.0 KiB
#10 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
最大公约数
比赛
2018小学期第三次周末测试
语言
C
递交时间
2018-07-14 09:30:11
评测时间
2018-07-14 09:30:11
评测机
分数
100
总耗时
41ms
峰值内存
256.0 KiB