【每日刷題】 PAT 乙級 1009 說反話 (20 分)

題目描述: 我的代碼: //1009 #include <stdio.h> #include <string.h> int main() { char str[81], c[81]; gets( str ); int len = strlen( str ); int i, j; for( i = len - 1; i >= 0; i-- ){ if( str[i] == ' ' ){
相關文章
相關標籤/搜索