Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
5811 lulu 求灯的个数 C++ Accepted 0 MS 240 KB 112 2023-01-18 10:16:08

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a*b; return 0; }


Judgement Protocol: