Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
55979 laichihao 求最大公约数问题 C++ Compile Error 0 MS 0 KB 141 2024-11-08 17:55:54

Tests(0/0):


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


Judgement Protocol: