| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 46757 | yuzhengxun | 扑克牌 | C++ | Compile Error | 0 MS | 0 KB | 142 | 2024-05-05 11:30:52 |
#include<bits/stdc++.h> using namespace std; int main() { omt n; cin>>n; if(n==4) cout<<4; else cout<<n/3+n%3<<endl; return 0; }