Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
378898 韩雨航 【C1-3】三数的乘积 C++ Accepted 100 2 MS 252 KB 166 2026-02-10 19:13:18

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: