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