记录详情

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 2ms 384.0 KiB
#2 Wrong Answer Read 6, expect 13. 2ms 256.0 KiB
#3 Wrong Answer Read 35, expect 36. 48ms 256.0 KiB
#4 Wrong Answer Read 1, expect 2. 3ms 256.0 KiB
#5 Wrong Answer Read 11, expect 12. 183ms 256.0 KiB

信息

递交者
类型
递交
题目
P1031 选数
语言
C
递交时间
2022-08-29 16:18:50
评测时间
2022-08-29 16:18:50
评测机
分数
10
总耗时
239ms
峰值内存
384.0 KiB