| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5671 | 贺昱翔 | 乐乐的幸运数 | C++ | Wrong Answer | 0 | 0 MS | 244 KB | 227 | 2020-08-14 17:05:04 |
#include<bits/stdc++.h> using namespace std; int main(){ int m,n,i,ans=0;//j,乘积;n,最小数;m,上限 cin>>m>>n; for(int n=i;i<=m;i++){ if(i%6==0||i%8==0) ans++; } cout<<ans; return 0; }