第一期練習題 第六題

2021-09-02 19:06:04 字數 457 閱讀 6787

time limit 1000 ms

memory limit 32768 kb

輸入三個字元後,按各字元的ascii碼從小到大的順序輸出這三個字元。

輸入資料有多組,每組佔一行,有三個字元組成,之間無空格。

對於每組輸入資料,輸出一行,字元中間用乙個空格分開。

qweasd

zxce q w

a d s

c x z

#include

using namespace std;

intmain

(void)}

if(flag)

}for

(i =

0; i <

2; i++

) cout << array[i]

<< endl;

}return0;

}

Python應用練習題(第一期) 基本語句練習

演示 輸入輸出 示例15.8988 9.72 57.34 示例25 840.00 a eval input b eval input print format a b 演示 輸入輸出 示例1 5 5示例2 1.21.2 示例33 3import math a eval input print abs...

第一期 第八題

a b problem too problem description this problem is also a a b problem,but it has a little difference,you should determine does a b could be divided w...

第一期訓練題 第五題

time limit 1000 ms memory limit 32768 kb 輸入一行數字,如果我們把這行數字中的 5 都看成空格,那麼就得到一行用空格分割的若干非負整數 可能有些整數以 0 開頭,這些頭部的 0 應該被忽略掉,除非這個整數就是由若干個 0 組成的,這時這個整數就是0 你的任務是...