1、第一行代码#include <stdio.h>
2、第二行代码#int main(){
3、第三行代码输入long c = 30
4、第四行代码输入printf(“ld%",c);
5、第五行输入代码体}