/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:5:10: warning: format '%ld' expects argument of type 'long int *', but argument 2 has type 'long long int *' [-Wformat=]
 scanf("%ld %ld",&a,&b);
        ~~^      ~~
        %lld
/in/foo.c:5:14: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'long long int *' [-Wformat=]
 scanf("%ld %ld",&a,&b);
            ~~^     ~~
            %lld
/in/foo.c:6:11: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
 printf("%ld",a*b+a+b);
         ~~^  ~~~~~~~
         %lld
# 状态 耗时 内存占用
#1 Accepted 1ms 188.0 KiB
#2 Accepted 1ms 184.0 KiB
#3 Accepted 1ms 176.0 KiB
#4 Accepted 1ms 196.0 KiB
#5 Accepted 1ms 180.0 KiB
#6 Accepted 1ms 312.0 KiB

信息

递交者
类型
递交
题目
P1192 星际青蛙(木木版)
语言
C
递交时间
2017-10-04 20:56:25
评测时间
2017-10-04 20:56:25
评测机
分数
100
总耗时
8ms
峰值内存
312.0 KiB