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 ...
Search found 3 matches
- Thu Jul 24, 2008 7:26 pm
- Forum: Volume 6 (600-699)
- Topic: 650 - Bowl
- Replies: 5
- Views: 4601
- Thu Feb 22, 2007 5:08 am
- Forum: Volume 4 (400-499)
- Topic: 414 - Machined Surfaces
- Replies: 49
- Views: 14945
- 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++
I don't find anything wrong in my code, could someone give me an input to prove my code wrong?
Code: Select all
(removed)