Search found 2 matches

by Seldaski
Fri Aug 12, 2011 6:09 pm
Forum: Volume 109 (10900-10999)
Topic: 10945 - Mother bear
Replies: 65
Views: 29302

Re: 10945 - Mother Bear

I don't know why I got WA, plz Help Me...I am new in UVa Online Judge :-?

Here is My Code,

#include<iostream>
#include<cmath>;
#include<vector>
using namespace std;
int main()
{
string S;
int Characters=0,Punc=0;
int X,i,M=0;
vector<string>Strs;

while(getline(cin,S)&&S!="DONE")
{
Strs ...
by Seldaski
Fri Aug 05, 2011 9:52 pm
Forum: Volume 100 (10000-10099)
Topic: 10082 - WERTYU
Replies: 57
Views: 16889

10082 - WERTYU

SA,

I have got Wrong Answer in 10082 Problem.

I tested it and got right answers like that in Toolkit,
So i Hope any one can help me,

Here is my Code:
-------------------

import java.util.Scanner;

public class Main
{
public static void main(String[] args)
{
boolean bool;
String Output ...

Go to advanced search