| 比赛 | CSP2023-J模拟赛 | 评测结果 | WWWWWWWWWW | 
|---|---|---|---|
| 题目名称 | 新建题目 | 最终得分 | 0 | 
| 用户昵称 | jason | 运行时间 | 0.000 s | 
| 代码语言 | C++ | 内存使用 | 0.00 MiB | 
| 提交时间 | 2023-10-18 19:22:27 | ||
#include <bits/stdc++.h>
using namespace std;
int main(){
    freopen ("touch.in","r",stdin);
    freopen ("touch.out","w",stdout);
    int a;
    cin>>a;
    if(a==3){
    	cout<<3;
	}else{
		if(a==7){
		cout<<4;
		}else{
			cout<<7;
		}
		
	}
	
    return 0;
}