提交时间:2026-06-07 10:52:54

运行 ID: 443882

#include <iostream> using namespace std; int main() { int t; cin >> t; if (t < 3) { cout << 5 << endl; } else { cout << 20 << endl; } return 0; }