mahmoud_mosaad's blog

By mahmoud_mosaad, history, 9 years ago, In English

getchar_unlocked and putchar_unlocked issue

getchar_unlocked and putchar_unlocked give me compilation error as not defined in this scope !

submitted with [gnu c++11]

submission : http://mirror.codeforces.com/contest/816/submission/28246567

please how to solve this problem i can use getchar and putchar instead but i want getchar_unlocked and putchar_unlocked because of its faster.

Full text and comments »

  • Vote: I like it
  • +1
  • Vote: I do not like it