Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61234 | jdf_chenjialin | 凑数 | C++ | Accepted | 0 MS | 252 KB | 138 | 2025-02-26 16:57:28 |
#include <bits/stdc++.h> using namespace std; int n; int main() { cin >> n; cout << "1 1 "; cout << n-2; return 0; }