Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
80430 sh25_zhuwy 高精度乘法 C++ Accepted 0 MS 248 KB 119 2026-01-04 15:16:47

Tests(4/4):


#include<iostream> using namespace std; int main() { int n,m; cin>>n>>m; cout<<n*m; return 0; }


Judgement Protocol: