블로그 관리 쉬는 중
#include<cstdio> #include<string.h> char s[101]; int main() { scanf("%s", s); printf("%d", strlen(s)); return 0; }
댓글 없음 :
댓글 쓰기