2017年4月5日 星期三

UVa 272 TEX Quotes - 參考答案

Difficulty: Eazy
Ref: UVa Online Judge - UVa 272 TEX Quotes
/*******************************************************/
/* UVa 272 - TEX Quotes                                */
/* Author: awei0905  [at]  awei0905.blogspot.tw        */
/* Version: 2017/04/04                                 */
/*******************************************************/
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <stdlib.h>

int main() {
 bool toggle = false;
 char a;
 while ((a = getchar()) != EOF)
  if (a == '"')
   printf((toggle = !toggle) ? "``" : "''");
  else putchar(a);
}
Debug: I/O, uDebug
Is branched in ""my up strictly "remember. "
Songs but chief has ham widow downs. Genius or so up vanity cannot. 
'''```Large do tried ``goi"'``''ng" about water defer by. "Silent" son man she wished mother. 
Distrusts allowance do knowledge eagerness assurance additions to. 
We """"diminution preference "thoroughly if. "Joy deal pain ';`392view" much her time. Led young gay would now state." 
Pronounce "we attention admitting on "assurance of suspicion conveying. That his west quit had met ""till"". Of advantage he 
attending "hous""ehold" at do perceived"." Middleton in objection "discovery" as agreeable. Edward thrown dining so he my around to. 
Is branched in ``''my up strictly ``remember. ''
Songs but chief has ham widow downs. Genius or so up vanity cannot. 
'''```Large do tried ``goi``'``''ng'' about water defer by. ``Silent'' son man she wished mother. 
Distrusts allowance do knowledge eagerness assurance additions to. 
We ``''``''diminution preference ``thoroughly if. ''Joy deal pain ';`392view`` much her time. Led young gay would now state.'' 
Pronounce ``we attention admitting on ''assurance of suspicion conveying. That his west quit had met ``''till``''. Of advantage he 
attending ``hous''``ehold'' at do perceived``.'' Middleton in objection ``discovery'' as agreeable. Edward thrown dining so he my around to. 

沒有留言:

張貼留言