5 lines
46 B
Plaintext
Raw Normal View History

2024-07-26 10:50:47 +00:00
import io
main() {
io.printNum(2147483647)
}