Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
55524 zhangweiran 高精度乘法 C++ Accepted 1 MS 248 KB 119 2024-11-08 07:08:47

Tests(4/4):


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


Judgement Protocol: