{"problem":{"name":"... (Triple Dots)","description":{"content":"We have a string $S$ consisting of lowercase English letters. If the length of $S$ is at most $K$, print $S$ without change. If the length of $S$ exceeds $K$, extract the first $K$ characters in $S$, ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc168_b"},"statements":[{"statement_type":"Markdown","content":"We have a string $S$ consisting of lowercase English letters.\nIf the length of $S$ is at most $K$, print $S$ without change.\nIf the length of $S$ exceeds $K$, extract the first $K$ characters in $S$, append `...` to the end of them, and print the result.\n\n## Constraints\n\n*   $K$ is an integer between $1$ and $100$ (inclusive).\n*   $S$ is a string consisting of lowercase English letters.\n*   The length of $S$ is between $1$ and $100$ (inclusive).\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$K$\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc168_b","tags":[],"sample_group":[["7\nnikoandsolstice","nikoand...\n\n`nikoandsolstice` has a length of $15$, which exceeds $K=7$.\nWe should extract the first $7$ characters in this string, append `...` to the end of them, and print the result `nikoand...`."],["40\nferelibenterhominesidquodvoluntcredunt","ferelibenterhominesidquodvoluntcredunt\n\nThe famous quote from Gaius Julius Caesar."]],"created_at":"2026-03-03 11:01:14"}}