8 lines
51 B
Plaintext
8 lines
51 B
Plaintext
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
|
|
return 0;
|
|
}
|