记录详情

Runtime Error

foo.cc: In function 'int maxyue(int, int)':
foo.cc:10:13: warning: unused variable 'y' [-Wunused-variable]
   10 |         int y;
      |             ^
foo.cc: In function 'int main()':
foo.cc:39:17: warning: 'yue' may be used uninitialized [-Wmaybe-uninitialized]
   39 |         cout << yue << endl;
      |                 ^~~
foo.cc:32:13: note: 'yue' was declared here
   32 |         int yue;
      |             ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 7ms 736.0 KiB
#2 Accepted 7ms 792.0 KiB
#3 Accepted 7ms 792.0 KiB
#4 Accepted 7ms 792.0 KiB
#5 Runtime Error Floating point exception 9ms 412.0 KiB

信息

递交者
类型
递交
题目
5-3 最大公约数
比赛
2023 程序设计与竞赛(作业3:中秋和国庆)
语言
C++
递交时间
2023-10-01 10:04:13
评测时间
2023-10-01 10:04:13
评测机
分数
80
总耗时
38ms
峰值内存
792.0 KiB