Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
3088 王皓暄 求灯的个数 C++ Accepted 0 MS 236 KB 118 2022-12-17 23:11:24

Tests(1/1):


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


Judgement Protocol: