TeX中的引號(UVa272)

2022-08-27 21:42:16 字數 500 閱讀 3415

問題:

在tex中,做雙引號的" `` ",右雙引號是"  '' "(兩個回車左邊的).輸入一篇包含雙引號的文章,你的任務是把它轉換成tex的格式。

樣例輸入:

"to be or not to be,"quoth the bard,"that

is the question".

樣例輸出:

``to be or not to be''quoth the bard,``that

is the question''.

分析:對輸入的字串乙個乙個字元進行判斷,不進行儲存

c++11**如下:

1 #include2

using

namespace

std;

3int

main()

11else cout << char(c); //

輸出時轉換為字元型12}

13return0;

14 }

UVA 272 Tex中的引號

怎麼說呢,很水的一道題,目的就是為了讓你熟悉下字串的那幾個函式罷了,這題用的getchar,沒有用lrj老師的書上的設定乙個標誌變數的方法寫的,由於實驗室的網不知什麼原因,上不去uva judge,所以只能等到有機會的時候再交了,先把 貼出來。include include include usin...

Tex中的引號

is the question 樣例輸出 is the question 源 include include using namespace std int main else cout 知識點 1 int c while c getchar 可用來輸入含有空格和回車的字串 標頭檔案 include...

演算法入門經典 TeX 中的引號

tex 中的引號 tex quotes,uva 272 前言 今天翻csdn部落格發現一位和我同校的一位熱愛演算法的同學,一年寫了400 篇博文,真是厲害啊!演算法一直是我的瓶頸,慢慢來吧。問題 實現 tex 中的引號 tex quotes,uva 272 include int main else...