Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
434227 吴鑫昊 【C1-7】k的倍数 C++ 解答错误 0 8 MS 240 KB 153 2026-03-27 20:34:26

Tests(0/2):


#include<bits/stdc++.h> using namespace std; int main(){ int n,k,x,y; cin>>n>>k>>x>>y; if(x==k||y==k){ cout<<k; } cout<<n; return 0; }


测评信息: