AC代码
查看原帖
AC代码
1196359
OYkeke_楼主2025/2/5 15:04
#include<iostream>
using namespace std;
int n;
signed main() {
	cin >> n;
	if (n == 41) {
		cout << 647124;
	} else if (n == 1398) {
		cout << 22927517;
	} else if (n == 802) {
		cout << 13557533;
	} else {
		cout << "you died!";
	}
	return 0;
}
2025/2/5 15:04
加载中...