{"problem":{"name":"3.14","description":{"content":"The number pi to the $100$\\-th decimal place is `3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679`. You are given an integer $N$ between $1$ and $","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc314_a"},"statements":[{"statement_type":"Markdown","content":"The number pi to the $100$\\-th decimal place is\n`3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679`.\nYou are given an integer $N$ between $1$ and $100$, inclusive.\nPrint the value of pi to the $N$\\-th decimal place.\nMore precisely, truncate the value of pi to $N$ decimal places and print the result without removing the trailing `0`s.\n\n## Constraints\n\n*   $1\\leq N\\leq 100$\n*   $N$ is an integer.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc314_a","tags":[],"sample_group":[["2","3.14\n\nTruncating the value of pi to $2$ decimal places results in `3.14`. Thus, you should print `3.14`."],["32","3.14159265358979323846264338327950\n\nDo not remove the trailing `0`s."],["100","3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679"]],"created_at":"2026-03-03 11:01:14"}}