8 lines
51 B
C++
8 lines
51 B
C++
int main()
|
|
{
|
|
int Failed = 0;
|
|
|
|
return Failed;
|
|
}
|
|
|