mirror of
https://github.com/Estom/notes.git
synced 2026-05-12 11:36:49 +08:00
13 lines
161 B
C++
13 lines
161 B
C++
#include"a.h"
|
|
|
|
#include<iostream>
|
|
using namespace std;
|
|
int a =10;
|
|
int aa=3;
|
|
int hello(){
|
|
cout<<a+100<<endl;
|
|
return 0;
|
|
}
|
|
int N::world(){
|
|
return 111;
|
|
} |