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