Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
89522 sh25_wuyy 高精度乘法 C++ Accepted 0 MS 240 KB 129 2026-06-05 14:32:55

Tests(4/4):


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


Judgement Protocol: