回答編集履歴
1
誤りの訂正
answer
CHANGED
@@ -9,7 +9,8 @@
|
|
9
9
|
#define ERR 3
|
10
10
|
|
11
11
|
int check(char *buf){
|
12
|
-
int x
|
12
|
+
int x;
|
13
|
+
char y;
|
13
14
|
if(sscanf(buf,"%d%c",&x,&y)==2 && y=='\n'){
|
14
15
|
if(strchr(buf,'3')){
|
15
16
|
return YES;
|