提交时间:2024-03-29 15:10:53
运行 ID: 44165
#include<iostream> using namespace std; int main() { int n; cout<<n*3; return 0; }