/ XMU_ACM /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     while (scanf("%d%d%d",&a,&p,&b)!=EOF)
                                   ^
/in/foo.cc:44:35: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:44:35: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:47:39: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         if (ans!=-1) printf("%d\n",ans);
                                       ^
# 状态 耗时 内存占用
#1 Wrong Answer 189ms 1.84 MiB

信息

递交者
类型
递交
题目
P1046 根号专题-开对数
语言
C++
递交时间
2019-08-02 21:56:41
评测时间
2019-08-02 21:56:41
评测机
分数
0
总耗时
189ms
峰值内存
1.84 MiB