/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:11: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   15 |     if(i%a==0&i%b==0){cout<<i<<endl;break;}
      |        ~~~^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 720.0 KiB

信息

递交者
类型
递交
题目
P1030 最小公倍数
语言
C++
递交时间
2025-03-27 20:15:03
评测时间
2025-03-27 20:15:03
评测机
分数
10
总耗时
4ms
峰值内存
720.0 KiB