Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
362027 韩雨航 【C1-3】三数的乘积 C++ Accepted 100 3 MS 248 KB 166 2025-11-22 11:35:39

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; a=a*10; b=b*10%100; c=c*100%1000; cin>>a>>b>>c; cout<<a*b*c; return 0; }


Judgement Protocol: