Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
89544 sh25_zhangjiajia 高精度乘低精度 C++ Accepted 0 MS 236 KB 116 2026-06-05 14:34:35

Tests(3/3):


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


Judgement Protocol: