| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 4219 | 罗炜翰 | 数1的个数 | C++ | Wrong Answer | 0 | 1 MS | 256 KB | 243 | 2025-01-05 16:50:11 |
#include<iostream> using namespace std; int main() { int x,n,i,j; cin>>x>>n; for (i = 2;i < n - 1;i++) { if (x != 6 || x != 7) { j += 1; } if (x == 7) { x = 1; } x += 1; } cout<<j * (100 + 150); }