1 Star 0 Fork 0

Loser_Lus/编译原理实验

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
out.txt 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
Loser_Lus 提交于 2022-05-06 17:10 . first commit
( 5,"#" )
( 2,"include" )
( 4,"<" )
( 2,"stdio" )
( 5,"." )
( 2,"h" )
( 4,">" )
( 1,"int" )
( 2,"main" )
( 5,"(" )
( 5,")" )
( 5,"{" )
( 1,"int" )
( 2,"a" )
( 4,"=" )
( 3,"10" )
( 5,";" )
( 1,"int" )
( 2,"b" )
( 4,"=" )
( 2,"a" )
( 4,"+" )
( 3,"5" )
( 5,";" )
( 1,"float" )
( 2,"c" )
( 4,"=" )
( 3,"1" )
( 4,"*" )
( 2,"a" )
( 5,";" )
( 1,"int" )
( 2,"d" )
( 4,"=" )
( 2,"a" )
( 4,"/" )
( 3,"5" )
( 5,";" )
( 1,"int" )
( 2,"arry" )
( 5,"[" )
( 3,"5" )
( 5,"]" )
( 5,";" )
( 2,"arry" )
( 5,"[" )
( 3,"1" )
( 5,"]" )
( 4,"=" )
( 2,"a" )
( 4,"%" )
( 3,"5" )
( 5,";" )
( 2,"arry" )
( 5,"[" )
( 3,"2" )
( 5,"]" )
( 4,"=" )
( 2,"a" )
( 4,"&" )
( 2,"b" )
( 5,";" )
( 2,"a" )
( 4,"++" )
( 5,";" )
( 2,"b" )
( 4,"--" )
( 5,";" )
( 2,"c" )
( 4,"+=" )
( 3,"5" )
( 5,";" )
( 2,"d" )
( 4,"-=" )
( 3,"6" )
( 5,";" )
( 2,"a" )
( 4,"&&" )
( 2,"b" )
( 5,";" )
( 2,"c" )
( 4,"||" )
( 2,"d" )
( 5,";" )
( 1,"return" )
( 3,"0" )
( 5,";" )
( 5,"}" )
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loser-lus/compilation-principle.git
git@gitee.com:loser-lus/compilation-principle.git
loser-lus
compilation-principle
编译原理实验
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385