This website requires JavaScript.
Explore
Help
Register
Sign In
compiler
/
sysy-data
Watch
4
Star
0
Fork
You've already forked sysy-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5bfe9a6fb2
sysy-data
/
functional_c
/
sy
/
13_sub2.sy
9 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add include
2024-06-02 22:04:54 +08:00
#include "sylib.h"
input
2024-04-14 22:20:29 +08:00
//test sub
#define a 10
int main(){
int b;
b = 2;
return b - a;
:fire: 删除 #include "sylib.h" ,删除 sylib.h
2024-05-19 17:04:50 +08:00
}