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

11 lines
143 B
C++

#include"a.h"
#include "b.h"
#include <iostream>
using namespace std;
int main()
{
cout<<a<<endl;
hello();
// a=12;
return 0;
}