Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
55984 laichihao 最大公约数、最小公倍数 C++ 编译错误 0 MS 0 KB 156 2024-11-08 18:00:05

Tests(0/0):


#include<iostream> #include<algorithm> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<__gcd(a,b)<<__lcm(a,b); return 0; }


测评信息: