提交时间:2024-01-22 16:42:01

运行 ID: 122774

#include<iostream> using namespace std; int main() { int a,b; cin>>a; b=a*50; cout<<b; return 0; }