thankbrianfry713 wrote:Yes, but you're still probably not going to get a runtime <0.004 sec.
read() and write() are faster than getchar() and putchar()

thankbrianfry713 wrote:Yes, but you're still probably not going to get a runtime <0.004 sec.
read() and write() are faster than getchar() and putchar()
Thank. But I think putchar is faster than printf ???brianfry713 wrote:Your code doesn't match the sample I/O.
You probably won't be able to get a time better than 0.004 sec. Even this C code gets WA in 0.004 sec.Code: Select all
main(){}