質問するログイン新規登録

質問編集履歴

1

c

2015/08/24 11:51

投稿

reotantan
reotantan

スコア295

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
  もしくはこのコードとは考え方が異なる答えも知りたいです。
6
6
  (柔軟にコードを考えたいからです。)
7
7
  皆様のお答えを聞かせてください。
8
- #include<stdio.h>
8
+ '#include<stdio.h>
9
9
  int main(void){
10
10
  int num;
11
11
  do{
@@ -22,4 +22,5 @@
22
22
  while (num>0);
23
23
  puts("result");
24
24
  return 0;
25
- }
25
+ }
26
+ '