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