Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
88968 sh25_zhoumy 高精度乘法 C++ Accepted 0 MS 244 KB 116 2026-05-22 14:32:15

Tests(4/4):


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


Judgement Protocol: