8 lines
62 B
C++
8 lines
62 B
C++
typedef unsigned int uint;
|
|
|
|
class H
|
|
{
|
|
private:
|
|
int width;
|
|
};
|