7 lines
79 B
C++
7 lines
79 B
C++
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main(int, char**) {
|
|
return 0;
|
|
} |