Skip to content

Commit 38d57c9

Browse files
authored
Add files via upload
1 parent 78945f0 commit 38d57c9

File tree

12 files changed

+9074
-0
lines changed

12 files changed

+9074
-0
lines changed

2-Abstract_Syntax_Tree/a.exe

48 KB
Binary file not shown.

2-Abstract_Syntax_Tree/a.out

42 KB
Binary file not shown.

2-Abstract_Syntax_Tree/inp.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
a=10
2+
b=9
3+
c=a+b+100
4+
e=10
5+
f=8
6+
d=e*f
7+
if(a>=b):
8+
a=a+b
9+
g=e*f*100
10+
11+
u=10
12+
j=99

0 commit comments

Comments
 (0)