#include <cs50.h> #include <stdio.h> int main(void) { int key; //get key// do { printf("Enter your key (0-26)\n"); key=get_int(); } while ...
確定! 回上一頁