thx , i find online-judge need include <stdio.h> to use getchar();
but i still get error ,
you program die in signal 11
that's mean what wrong?
Search found 2 matches
- Tue Apr 20, 2004 3:05 pm
- Forum: Volume 5 (500-599)
- Topic: 555 - Bridge Hands
- Replies: 12
- Views: 6650
- Tue Apr 20, 2004 10:30 am
- Forum: Volume 5 (500-599)
- Topic: 555 - Bridge Hands
- Replies: 12
- Views: 6650
555
In my linux computer can compile it and no problem to solve the question
but when i submit to online judge .it say complie error??
what's wrong of my code
#include <iostream>
#include <cstdlib>
using namespace std;
enum type{CLUBS=0,DIAMONDS,SPADES,HEARTS};
enum no{two=0,three,four,five,six,seven ...
but when i submit to online judge .it say complie error??
what's wrong of my code
#include <iostream>
#include <cstdlib>
using namespace std;
enum type{CLUBS=0,DIAMONDS,SPADES,HEARTS};
enum no{two=0,three,four,five,six,seven ...