Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
56278 | zhangweiran | 求灯的个数 | C++ | Accepted | 0 MS | 248 KB | 118 | 2024-11-09 22:51:50 |
#include<iostream> using namespace std; int main(){ int a=0; int b=0; cin>>a>>b; cout<<a*b; }