Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
46761 sunhuifeng 扑克牌 C++ 通过 0 MS 252 KB 141 2024-05-05 11:32:04

Tests(1/1):


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


测评信息: