记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:22:17: warning: 'g' may be used uninitialized [-Wmaybe-uninitialized]
   22 |         cout << g << endl;
      |                 ^
foo.cc:16:26: note: 'g' was declared here
   16 |         int n,arr[10000],g;
      |                          ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 328.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 3ms 412.0 KiB
#4 Accepted 3ms 412.0 KiB
#5 Runtime Error Floating point exception 10ms 412.0 KiB

信息

递交者
类型
递交
题目
5-3 最大公约数
语言
C++
递交时间
2023-10-13 19:51:45
评测时间
2023-10-13 19:51:45
评测机
分数
80
总耗时
27ms
峰值内存
412.0 KiB