记录详情

Wrong Answer

foo.c: In function 'jinwei':
foo.c:44:16: warning: returning 'long long int *' from a function with return type 'long long int' makes integer from pointer without a cast [-Wint-conversion]
   44 |         return tiao;//返回进制数
      |                ^~~~
foo.c: In function 'xuanshupd':
foo.c:73:16: warning: returning 'long long int *' from a function with return type 'long long int' makes integer from pointer without a cast [-Wint-conversion]
   73 |         return a;
      |                ^
foo.c:51:23: warning: unused variable 'b' [-Wunused-variable]
   51 |         long long int b[k];//b:标尺;c:测量
      |                       ^
foo.c:49:25: warning: unused variable 'j' [-Wunused-variable]
   49 |         long long int i,j,pd=1;
      |                         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Wrong Answer Read 7, expect 13. 238ms 284.0 KiB
#3 Accepted 81ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Wrong Answer Read 10, expect 12. 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1019 选数
语言
C
递交时间
2023-08-20 21:10:45
评测时间
2023-08-20 21:10:45
评测机
分数
30
总耗时
325ms
峰值内存
284.0 KiB