mirror of
https://github.com/Estom/notes.git
synced 2026-02-03 02:23:31 +08:00
8 lines
99 B
C++
8 lines
99 B
C++
#include<iostream>
|
|
#include<vector>
|
|
using namespace std;
|
|
|
|
int main(){
|
|
int b =1;
|
|
return 0;
|
|
} |