Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
4047 slx 求灯的个数 C++ Accepted 0 MS 248 KB 123 2023-01-11 15:27:02

Tests(1/1):


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


Judgement Protocol: