记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
     scanf("%d",&x);
                  ^
/in/foo.cc:29:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
     printf("%d", no);
                    ^
# 状态 耗时 内存占用
#1 Accepted 1ms 352.0 KiB
#2 Accepted 1ms 340.0 KiB
#3 Accepted 1ms 356.0 KiB
#4 Wrong Answer 1ms 376.0 KiB
#5 Wrong Answer 1ms 324.0 KiB

信息

递交者
类型
递交
题目
P1373 xf1-3进制转换1
语言
C++
递交时间
2024-10-24 21:17:30
评测时间
2024-10-24 21:17:30
评测机
分数
60
总耗时
7ms
峰值内存
376.0 KiB