Run ID:132323

提交时间:2025-10-07 22:21:02

#include <iostream> //designed by hu 2025-10 using namespace std; int main(){ int m; cin>>m; float tot=0.0; tot = m; for(int i=1;i<=20;i++) { tot = tot *1.2; } cout << (int)tot; return 0; }