Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1351 朱秦千惠 幸运数字 C++ 编译错误 0 0 MS 0 KB 197 2019-10-07 16:25:37

Tests(0/0):


#include <stdio.h> int main(){ int n,m,count=0; scanf("%d%d",&n,&m); for(int i=n;i<=m;i++) { if(i%6==0||i%8==0) { count++; } } printf("%d",count); } return 0;


测评信息: