mirror of
https://github.com/Estom/notes.git
synced 2026-02-09 13:27:09 +08:00
7 lines
72 B
C++
7 lines
72 B
C++
#include<iostream>
|
|
#include<vector>
|
|
using namespace std;
|
|
|
|
int main(){
|
|
|
|
} |