variable.c
#include <stdio.h> int main() { int salary; salary = 10000; printf("My salary is %d.\n", salary); return 0; }
暂无评论,快来发表第一条评论吧!