8 lines
89 B
C++
8 lines
89 B
C++
#include <algorithm>
|
|
#include <iostream>
|
|
using namespace std;
|
|
int main()
|
|
{
|
|
|
|
}
|