记录详情

Wrong Answer

foo.cc: In function 'long long unsigned int wei(long long unsigned int)':
foo.cc:16:9: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return i;
         ^
foo.cc: In function 'int main()':
foo.cc:14:4: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
   i++;
   ~^~
foo.cc:10:6: note: 'i' was declared here
  int i;
      ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Wrong Answer Read 0, expect 158. 1ms 384.0 KiB
#5 Wrong Answer Read 0, expect 307. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1089 xf2-2计算阶乘位数
语言
C++
递交时间
2021-10-04 20:19:31
评测时间
2021-10-04 20:19:31
评测机
分数
60
总耗时
8ms
峰值内存
384.0 KiB