Hi guys, i try almost every test case in this forum and got the correct result all the time, but my Uva keep sending me wrong answer, please if someone could tell what is going on I will appreciate it. Thank you.
#include <stdio.h>
#include <vector>
#include <stack>
using namespace std;
char M[25 ...
Search found 2 matches
- Wed Oct 08, 2014 5:55 am
- Forum: Volume 110 (11000-11099)
- Topic: 11094 - Continents
- Replies: 43
- Views: 28311
- Sat Sep 27, 2014 12:14 am
- Forum: Volume 2 (200-299)
- Topic: 272 - TEX Quotes
- Replies: 136
- Views: 56633
Re: 272 - TEX Quotes
Hello, I sent my code like 6 times but I keep gettin Wrong Answer, please help me. Btw is C++
#include <stdio.h>
#include <string.h>
//#define MAX 10000000
int main()
{
char Original[1000000]="";
int par=0;
while(gets(Original))
{
int l=strlen(Original);
for (int i = 0; i < l; i++)
{
if ...
#include <stdio.h>
#include <string.h>
//#define MAX 10000000
int main()
{
char Original[1000000]="";
int par=0;
while(gets(Original))
{
int l=strlen(Original);
for (int i = 0; i < l; i++)
{
if ...