請修正下列程式碼。
輸出下列訊息(注意需跳行)
Learning C now!
and you will enjoy it
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf('Learning C now!');
printf('and you will enjoy it');
system("PAUSE");
return 0;
}
無輸入。
Learning C now! and you will enjoy it
編號 | 身分 | 題目 | 主題 | 人氣 | 發表日期 |
沒有發現任何「解題報告」 |