#include #include #include int main(void) { int num,time,typed=0,untyped=0,typed_ingame=0; char str[150]=""; scanf("%d",&num); for(int i=0;i=strlen(str)) { typed_ingame=strlen(str); } typed+=typed_ingame; untyped+=strlen(str)-typed_ingame; } printf("%d %d",typed,untyped); }