Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5716 朱嘉铭 乐乐的幸运数 C++ 编译错误 0 0 MS 0 KB 237 2020-08-14 17:44:54

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; int n=1-20000,m; if(n*6>a&&n*6<b){ m+1; } if(n*8>a&&n*8<b){ m+1 } else cout<<m; return 0; }


测评信息: