#include #include int main() { int n; scanf("%d", &n); int i; int t; char s[102]; int a, b; a = b = 0; for (i = 0; i < n; i++) { scanf("%d %s", &t, s); if (12 * t / 1000 >= strlen(s)) a += strlen(s); else { a += 12 * t / 1000; b += strlen(s) - (12 * t / 1000); } } printf("%d %d\n", a, b); return 0; }