3,881
社区成员
发帖
与我相关
我的任务
分享
#include "stdafx.h"
#include "stdlib.h"
#include <stdio.h>
#include "iostream.h"
int main(int argc, char* argv[])
{
int M=getchar();
M=M-96;
switch(M)
{
case 1: //do what()
break;
case 2: //do what()
break;
case 3: //do what()
break;
case 4: //do what()
break;
case 5: //do what()
break;
case 6: //do what()
break;
case 7: //do what()
break;
case 8: //do what()
break;
case 9: //do what()
break;
case 10: //do what()
break;
case 11: //do what()
break;
case 12: //do what()
break;
case 13: //do what()
break;
case 14: //do what()
break;
case 15: //do what()
break;
}
cout<<M<<endl;
system("pause");
return 0;
}