小唐唐 • 1个月前
using namespace std;
int main() {
int a; cin >> a; int b = a * (a - 1) * 3; cout << b << endl; return 0;
}
评论:
请先登录,才能进行评论