/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'void str(double)':
/in/foo.cc:18:12: warning: unused variable 't' [-Wunused-variable]
   18 |     double t = n;
      |            ^
/in/foo.cc: In function 'int gys(int, int)':
/in/foo.cc:12:12: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
   12 |     return c;
      |            ^
/in/foo.cc: In function 'void str(double)':
/in/foo.cc:33:57: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
   33 |     cout << numerator / divisor << '/' << denominator / divisor << endl;
      |                                                         ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 499ms 464.0 KiB

信息

递交者
类型
递交
比赛
2024_2025(1)C0023实验6+李强老师班级
语言
C++
递交时间
2024-12-10 21:57:42
评测时间
2024-12-10 21:57:42
评测机
分数
10
总耗时
499ms
峰值内存
464.0 KiB