Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1370 未知用户 幸运数字 C++ 通过 100 0 MS 256 KB 163 2019-10-07 19:49:28

Tests(1/1):


#include<iostream> int main(){ int a,b,c=0; scanf("%d %d",&a,&b); while(a<=b){ if(a%6==0||a%8==0) c=c+1; a++; } printf("%d",c); return 0; }


测评信息: