| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 138120 | why | 派对灯 | C++ | Wrong Answer | 0 | 0 MS | 236 KB | 196 | 2024-03-13 22:32:38 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if (b==5)cout<<"2"<<endl<<"5"; if (b==10)cout<<"2"<<endl<<"4"; if (b==15||b==20)cout<<"2"; return 0; }