Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
46757 yuzhengxun 扑克牌 C++ 编译错误 0 MS 0 KB 142 2024-05-05 11:30:52

Tests(0/0):


#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; }


测评信息: