Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
45700 惠子铭 求灯的个数 C++ Accepted 0 MS 252 KB 118 2024-04-19 16:49:02

Tests(1/1):


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


Judgement Protocol: