Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
75383 sh25_ganzy 凑数 C++ 通过 0 MS 252 KB 130 2025-12-06 09:57:19

Tests(11/11):


#include <bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; cout<<1<<" "<<1<<" "<<n-2; return 0; }


测评信息: