#include<stdio.h>
int main(){
char* cChar1="长春"; char* cChar2="晴"; puts(cChar1); puts(cChar2); puts("气温0~7摄氏度"); return 0;
}