Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
358102 蒙可馨 【C1-7】整除问题 C++ 通过 100 2 MS 248 KB 119 2025-10-25 17:45:43

Tests(3/3):


#include<iostream> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<(n%m==0); return 0; }


测评信息: