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