UVa 458 The Decoder


Buffered加速版 0.020s。看到很多0.000s,這我真的不知道怎麼做了....
該不會是用組語寫吧...這題用組語寫似乎很簡單....
#include<cstdio>
int main(int c)
{
while ((c = getchar()) != EOF && putchar((c > 31) ? c - 7 : c));
}
view raw 458.cpp hosted with ❤ by GitHub

留言

這個網誌中的熱門文章

UVa 10125 Sumsets

讀書心得: 撒哈拉的故事

讀書心得: 你以為你以為的就是你以為的嗎?