Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:15: warning: unused variable 'j' [-Wunused-variable]
     int x,y,i,j,num=0,ans=1,x1,y1;
               ^
/in/foo.cc:6:17: warning: unused variable 'num' [-Wunused-variable]
     int x,y,i,j,num=0,ans=1,x1,y1;
                 ^~~
/in/foo.cc:6:29: warning: variable 'x1' set but not used [-Wunused-but-set-variable]
     int x,y,i,j,num=0,ans=1,x1,y1;
                             ^~
# 状态 耗时 内存占用
#1 Accepted 1ms 336.0 KiB
#2 Accepted 1ms 316.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 1ms 416.0 KiB
#5 Accepted 1ms 328.0 KiB

信息

递交者
类型
递交
题目
P1741 最大公约数和最小公倍数问题
比赛
2023.5.20中级班期中测试赛
语言
C++
递交时间
2023-05-20 09:45:27
评测时间
2023-05-20 09:45:27
评测机
分数
100
总耗时
8ms
峰值内存
416.0 KiB