Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
battle_c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JieunYoon
battle_c
Commits
54a7f9c6
Commit
54a7f9c6
authored
4 years ago
by
JieunYoon
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
76882492
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
thread/README.md
+2
-2
2 additions, 2 deletions
thread/README.md
with
2 additions
and
2 deletions
thread/README.md
+
2
−
2
View file @
54a7f9c6
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
1.
학생들의 성적을 입력받아 배열에 넣는다.
1.
학생들의 성적을 입력받아 배열에 넣는다.
2.
성적을 입력해서 저장한 후 배열을 한 번 출력한다.
2.
성적을 입력해서 저장한 후 배열을 한 번 출력한다.
3.
2개의 thread를 만든다.
3.
2개의 thread를 만든다.
4.
첫번째
thread
에서는
성적의 평균과 합을 구한다.
4.
s
thread
1 :
성적의 평균과 합을 구한다.
5.
두번째
thread
에서는
성적순으로 sorting하여 출력한다.
5.
s
thread
2 :
성적순으로 sorting하여 출력한다.
### 실행방법
### 실행방법
```
C
```
C
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment