Search found 3 matches

by Lyaxe
Thu Jul 24, 2008 7:26 pm
Forum: Volume 6 (600-699)
Topic: 650 - Bowl
Replies: 5
Views: 4601

Re: 650 - Bowl

tried all the possible input, still got WA, could someone test my code?
thanks

#include<stdio.h>
#include<iostream>
#include<string>
#include<sstream>
#include<vector>

using namespace std;

int main()
{
string s,t;
stringstream ss;
vector<int> A,B;
vector<string> C;
int x,y,z;
int mark ...
by Lyaxe
Thu Feb 22, 2007 5:08 am
Forum: Volume 4 (400-499)
Topic: 414 - Machined Surfaces
Replies: 49
Views: 14945

thanks a lot, now I realize my mistake :D
by Lyaxe
Wed Feb 21, 2007 7:08 pm
Forum: Volume 4 (400-499)
Topic: 414 - Machined Surfaces
Replies: 49
Views: 14945

414 WA, could someone help me?

this is my code, I'm using c++

Code: Select all

(removed)
I don't find anything wrong in my code, could someone give me an input to prove my code wrong?

Go to advanced search