Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

29343 755547 王丰昱 #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions 755547.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include <iostream>
using namespace std;

int main() {
string name;
cout << "請輸入你的名字:";

cin >> name;
cout << "你好";
cout << name ;
}
6 changes: 6 additions & 0 deletions 文字作業.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.為什麼你想來這個課程?你希望這個課程可以讓你達到什麼狀態,或是成為怎樣的人?
從以前就對程式有興趣,希望這門課可以讓我學以致用,成為一個有用的人


2.你對什麼有興趣?你希望大學可以讀什麼科系?為什麼?
我對遊戲跟攝影有興趣,想學用程式做一個遊戲出來,想讀資訊工程系或攝影系