#define _CRT_SECURE_NO_WARNINGS#include<stdio.h>int main(){int n =1;scanf(&quot;%d&quot;, n);switch (n){case 1:printf(&quot;你好&quot;);break;case 2:printf(&quot;谢谢&quot;);break;}return 0;}