제출 #2261

#제출 시각아이디문제언어결과실행 시간메모리
2261sebin그릇 (KOI13_bowl)C++98
컴파일 에러
0 ms0 KiB
#include<stdio.h>
#include<string.h>
int main()
{
  	char d[51];
  	int i,sum=0;
    scanf("%s",d);
 	for(i=0;i<strlen(d);i++){
      	sum+=d[j]!=d[i];
      	sum+=1;
    }
  	printf("%d\n",sum*5);
  	return 0;
}

컴파일 시 표준 에러 (stderr) 메시지

aa.cpp: In function 'int main()':
aa.cpp:8: warning: comparison between signed and unsigned integer expressions
aa.cpp:9: error: 'j' was not declared in this scope