记录详情

Wrong Answer

foo.cc: In function 'int ws(int)':
foo.cc:10:9: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return x;
         ^
foo.cc: In function 'void output(int (*)[100], int)':
foo.cc:9:8: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
   a/=10,x++;
   ~~~~~^~~~
foo.cc:7:6: note: 'x' was declared here
  int x;
      ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 348.0 KiB

信息

递交者
类型
自测
题目
6-8 回形矩阵
语言
C++
递交时间
2021-05-16 14:19:06
评测时间
2021-05-16 14:19:06
评测机
分数
0
总耗时
2ms
峰值内存
348.0 KiB