NOIP 2018普及組複賽第1題答案詳解

一、C程序 ###解法一:用gets()函數 #include <stdio.h> #include <string.h> int main() { // 將控制檯的數據重定向到文件裏 freopen("title.in", "r", stdin); freopen("title.out", "w", stdout); char s[100]; gets
相關文章
相關標籤/搜索