Search found 1 match

by przybysz
Sun Nov 22, 2009 10:39 pm
Forum: Volume 101 (10100-10199)
Topic: 10129 - Play on Words
Replies: 34
Views: 13744

Re: 10129 - Play on Words

What is wrong in my code?
#include <iostream>
#include <stack>
#include <string>
#include <vector>

using namespace std;
int main()
{
int n,m,l=0,t1=0,licz=0,port=1;
stack<char> s,b;
string a;
cin>>n;
char t;
vector<char> v;
v.push_back(0);
for(int i=0;i<n;i++)
{licz=0;
cin>>m;
port=1 ...

Go to advanced search