# C语言的最简框架
#include <stdio.h> int main () { ....; ....; ....; printf(" "); return 0; }
## 代码堆放
以计算加法为例:
结果就是: