Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
91621 sh25_ganzy 求灯的个数 C++ Accepted 0 MS 240 KB 128 2026-06-13 20:24:39

Tests(1/1):


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


Judgement Protocol: