Search found 2 matches

by ashfaqur.rahman
Fri Jun 14, 2013 11:42 pm
Forum: Volume 2 (200-299)
Topic: 272 - TEX Quotes
Replies: 136
Views: 56551

Re: 272 - TEX Quotes (WA)

For Input:

"To be or not to be," quoth the Bard, "that is the question".

My Code Output:

``To be or not to be,'' quoth the Bard, ``that is the question''.

For Input:

The programming contestant replied: "I must disagree. To `C' or not to `C', that is The Question!"

My Code Output:

The ...
by ashfaqur.rahman
Fri Jun 14, 2013 9:10 am
Forum: Volume 2 (200-299)
Topic: 272 - TEX Quotes
Replies: 136
Views: 56551

272 - TEX Quotes (WA)

Problem Link: http://tinyurl.com/ll5js9p

I think my solution is right as its giving right output. But I am getting WA. Cant understand why!


#include <stdio.h>
#include <string.h>

int main(){
//freopen("input", "r", stdin);
//freopen("output", "w", stdout);

char str[100], tmp1, tmp2;
int ...

Go to advanced search