记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:18: warning: unused variable 'j' [-Wunused-variable]
     int x, y, i, j, num = 0, ans = 1, x1, y1;
                  ^
/in/foo.cc:20:21: warning: unused variable 'num' [-Wunused-variable]
     int x, y, i, j, num = 0, ans = 1, x1, y1;
                     ^~~
/in/foo.cc:20:39: warning: variable 'x1' set but not used [-Wunused-but-set-variable]
     int x, y, i, j, num = 0, ans = 1, x1, y1;
                                       ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 2.215 MiB
#2 Accepted 2ms 2.211 MiB
#3 Accepted 2ms 2.223 MiB
#4 Accepted 2ms 2.211 MiB
#5 Accepted 2ms 2.223 MiB

信息

递交者
类型
递交
题目
P1166 最小公倍数和最大公约数问题
语言
C++
递交时间
2020-07-15 13:32:00
评测时间
2020-07-15 13:32:00
评测机
分数
50
总耗时
12ms
峰值内存
2.223 MiB