Search found 1 match

by acm_beginner
Tue Oct 14, 2003 5:20 pm
Forum: Volume 2 (200-299)
Topic: 272 - TEX Quotes
Replies: 136
Views: 56488

Problem 272 - Why PE?

I know this is a very extremely easy problem... I get Accepted but PE. I suppose that reading character by character and only change " to `` or '' would be enough.
Someone can tell me what's wrong with this code?

[cpp]
#include <iostream>

using namespace std;

int main(void) {
char c;
bool flag ...

Go to advanced search