Files
notes_estom/C++/面试/a.cpp
yinkanglong_lab 11e4f1c31b C++
2021-03-03 22:05:12 +08:00

10 lines
127 B
C++

#include"a.h"
#include<iostream>
using namespace std;
int a =10;
int aa=3;
int hello(){
cout<<a+100<<endl;
return 0;
}