C/C++の宿題片付けます 144代目

このエントリーをはてなブックマークに追加
78デフォルトの名無しさん
#include <stdio.h>
#include <conio.h>
int main(void) {
while( !kbhit() ){ putchar('A'); } return 0;
}