0_0_11731352_8470.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_11731352_8470.cpp: In member function `bool Card::straight() const':
0_0_11731352_8470.cpp:32: error: `sort' undeclared (first use this function)
0_0_11731352_8470.cpp:32: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11731352_8470.cpp: In member function `bool Card::operator<(const Card&) const':
0_0_11731352_8470.cpp:86: error: `sort' undeclared (first use this function)
0_0_11731352_8470.cpp: In member function `void Card::p() const':
0_0_11731352_8470.cpp:102: error: `printf' undeclared (first use this function)
0_0_11731352_8470.cpp: In function `int main()':
0_0_11731352_8470.cpp:124: error: `sort' undeclared (first use this function)
0_0_11731352_8470.cpp:126: error: `scanf' undeclared (first use this function)
0_0_11731352_8470.cpp:132: error: `lower_bound' undeclared (first use this function)
0_0_11731352_8470.cpp:133: error: `printf' undeclared (first use this function)
|