14 lines
178 B
C++
14 lines
178 B
C++
//~ #include <stdio.h>
|
|
//~ #include <cstdlib>
|
|
//~ #include <iostream>
|
|
#include <unistd.h>
|
|
|
|
using namespace std;
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
|
|
|
|
return 0;//EXIT_SUCCESS;
|
|
}
|