判斷數字位置

2021-10-06 08:48:21 字數 509 閱讀 7855

題目描述

根據輸入的字串判斷字串中數字的位置。

輸入描述:

輸入第一行表示測試用例的個數m,接下來m行每行以個字串,字串長度不超過50。

輸出描述:

輸出m行。每行輸出一行數字,用空格隔開,按順序表示字串**現的數字的位置。

示例1輸入

1a3b4c5

輸出2 4 6

**:

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

#include

using

namespace std;

intmain()

} cout << endl;}}

return0;

}

判斷數字位置

如下 include includeint main else printf d j 1 printf n return 0 使用c語言完成這道題目時,需要注意如下幾條 1 getchar 的使用 當i輸入乙個數字,ii然後輸入回車,iii在輸入字串的時候,第ii個步驟一定要使用getchar 來獲...

canvas位置判斷

效果圖 功能點 如下 畫圓函式 function drawcircle startdeg,enddeg,color 畫百分比 function drawpercent txt,color 得到滑鼠位置 function getlocation x,y 判斷滑鼠是否在園內 function judge...

判斷swf路徑以及位置

簡單地判斷swf檔案在本地還是網路上執行 as3 trace loaderinfo.url.indexof file 1 true為本地 下面就是簡單地擷取swf所在的路徑 as3 varrooturl string this stage loaderinfo url varurl array ro...