game-engineer:classes:2022:game-programing-2:first-term:1:01-16-xx01

#include <iostream>
#include <string>
 
using namespace std;
 
int main() {
	string tmp;
	cin >> tmp;
	std::cout << tmp+"\n"+tmp+"\n"+tmp+"\n";
}
  • game-engineer/classes/2022/game-programing-2/first-term/1/01-16-xx01.txt
  • 最終更新: 3年前
  • by root