| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5917 | 陈颖钧 | 换零钱-1 | C++ | Time Limit Exceeded | 0 | 1000 MS | 260 KB | 202 | 2025-02-16 16:24:29 |
#include<bits/stdc++.h> using namespace std; double n,a,b; int main(){ cin>>n; for(a=1;a<=99;n++){ if(a+(100-a)/2==100){ b++; } } cout<<b; return 0; }