Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83742 sh25_huangse 求灯的个数 C++ 通过 0 MS 236 KB 118 2026-02-01 20:19:57

Tests(1/1):


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


测评信息: