String 1

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { char s[1001]; int i=0; int tam=0; scanf("%s", s); while(s[i]!='\0'){ tam++; i++; } printf("%d", tam); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines