| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 313161 | 朱宸宇 | 【C2-4】求落地次数 | C++ | Wrong Answer | 0 | 0 MS | 256 KB | 210 | 2025-03-19 17:41:54 |
#include <iostream> #include <cstdio> using namespace std; int main() { int sum=100,cnt=0; while (cnt>=0.5) { sum/=2; cnt++; } printf("%d",cnt); return 0; }