modified tests to check different cases more independently. review id = 23 fortune cookie message = You will have a peace of mind when you talk to an old friend. (Du wirst einem alten Freund begegnen und deine Ruhe finden.)
8 lines
62 B
C++
8 lines
62 B
C++
typedef unsigned int uint;
|
|
|
|
class H
|
|
{
|
|
private:
|
|
int width;
|
|
};
|