Q
백준 2743

C code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| #include <stdio.h> #include <string.h>
int main(void) { char s[101] = ""; int i = 0;
if(scanf("%s", s) > 100) return 0;
printf("%ld", strlen(s));
return 0; }
|
Author:
Slay
Permalink:
http://sean-baek.github.io/2023/04/30/baekjoon-2743/
License:
Copyright (c) 2021 CC-BY-NC-4.0 LICENSE
Slogan:
Do you believe in DESTINY?