提交时间:2026-04-14 16:40:17

运行 ID: 436400

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