#45807:


chen971023@gmail.com (ZiaynGZiyaNG)

學校 : 國立臺南第二高級中學
編號 : 291750
來源 : [1.172.123.126]
最後登入時間 :
2025-05-12 19:07:06
f429. 高雄市109年資訊競賽國中組第七題 -- 2020高雄市資訊學科能力複賽109高雄市資訊學科能力複賽 | From: [122.121.184.213] | 發表日期 : 2025-04-15 01:22

找規律

#include <string>

#include <iostream>

using namespace std;

int main()

{

string n1, n2, n3;

cin >> n1 >> n2 >> n3;

cout << n2 << endl;

cout << n3 << endl;

cout << n1 << endl;

}

 
ZeroJudge Forum