Search found 3 matches

by Axiom2277
Tue May 05, 2015 8:33 pm
Forum: Algorithms
Topic: Why Do I get A Presentation Error PLZ HELP ASAP
Replies: 1
Views: 2477

Why Do I get A Presentation Error PLZ HELP ASAP

#include <iostream>

using namespace std;

int main()
{
int casess,Lines,x=1; cin >> casess; cin.ignore();
string str;
bool flag3=0;

while(casess--)
{
cin >> Lines; cin.ignore();
string s1[Lines];
str.clear();
int a=0;
if(flag3) cout << endl; flag3=1;
cout << "Case " << x ...
by Axiom2277
Mon May 04, 2015 5:45 pm
Forum: C++
Topic: PRESENTATION ERROR
Replies: 1
Views: 11909

PRESENTATION ERROR

HELP PLZ WHY DO I GET PRESENTATION ERROR????


#include <iostream>

using namespace std;

int main()
{

int casess,Lines,x=1; cin >> casess; cin.ignore();
string str;
bool flag3=0;

while(casess--)
{
cin >> Lines; cin.ignore();
string s1[Lines];
str.clear();
int a=0;
if(flag3) cout ...
by Axiom2277
Mon May 04, 2015 9:31 am
Forum: Volume 119 (11900-11999)
Topic: 11965 - Extra Spaces
Replies: 31
Views: 12572

11965 - Extra Spaces

WHY DO I KEEP GETTING PRESENTATION ERROR?????

#include <iostream>

using namespace std;

int main()
{

int casess,Lines,x=1; cin >> casess; cin.ignore();
string str;
bool flag3=0;

while(casess--)
{
cin >> Lines; cin.ignore();
string s1[Lines];
str.clear();
int a=0;
if(flag3) cout ...

Go to advanced search