记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:22:17: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized]
   22 |         cout << c;
      |                 ^
foo.cc:4:30: note: 'c' was declared here
    4 |         int i, n, m[100000], c;
      |                              ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 396.0 KiB
#2 Accepted 5ms 408.0 KiB
#3 Accepted 3ms 412.0 KiB
#4 Accepted 5ms 332.0 KiB
#5 Runtime Error Floating point exception 9ms 412.0 KiB

信息

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