Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
83930 sh25_xuws 求灯的个数 C++ Accepted 0 MS 244 KB 117 2026-02-04 19:05:59

Tests(1/1):


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


Judgement Protocol: