fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. char buff[256];
  6. scanf("%s", buff);
  7. printf("%d", strlen(buff));
  8. }
Runtime error #stdin #stdout 0.01s 1680KB
stdin
Standard input is empty
stdout
2