记录详情

Accepted

/in/foo.cc: In function 'int A(int, int)':
/in/foo.cc:15:9: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return max;
         ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:37:16: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<A(a,b)<<"\n"<<B(a,b);
                ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 3ms 424.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 2ms 380.0 KiB
#5 Accepted 12ms 424.0 KiB

信息

递交者
类型
递交
题目
A6-1 最大公约数专题:最大公约数和最小公倍数
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C++
递交时间
2024-08-15 19:05:09
评测时间
2024-08-15 19:05:09
评测机
分数
100
总耗时
21ms
峰值内存
424.0 KiB