Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
46762 徐若宸 扑克牌 C++ 通过 1 MS 244 KB 146 2024-05-05 11:32:28

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; if(n==4)cout<<4<<endl; else cout<<n/3+n%3<<endl; return 0; }


测评信息:

输入

                    

输出

                    

答案

                    

系统信息

exit code: 0, checker exit code: 0