02 訂閱 英文縮寫名是否包含本數("RSS訂閱"是什么東西)

时间:2024-05-20 06:38:52 编辑: 来源:

ul" (4157B0h)

push offset string "%s" (415820h)

lea eax,[ebp-24h]

push eax

call dword ptr [__imp__sprintf (4182C8h)]

add esp,0Ch

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esi,esp

push offset string "Jul\0" (415A08h)

push offset string "%s" (415820h)

lea eax,[ebp-20h]

push eax

call dword ptr [__imp__sprintf (4182C8h)]

add esp,0Ch

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esi,esp

push offset string "Aug\0" (4157A8h)

push offset string "%s" (415820h)

lea eax,[ebp-1Ch]

push eax

call dword ptr [__imp__sprintf (4182C8h)]

add esp,0Ch

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esi,esp

push offset string "Sep\0" (415A00h)

push offset string "%s" (415820h)

lea eax,[ebp-18h]

push eax

call dword ptr [__imp__sprintf (4182C8h)]

add esp,0Ch

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esi,esp

push offset string "Nov" (4157A0h)

push offset string "%s" (415820h)

lea eax,[ebp-14h]

push eax

call dword ptr [__imp__sprintf (4182C8h)]

add esp,0Ch

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esi,esp

push offset string "Nov\0" (4158B4h)

push offset string "%s" (415820h)

lea eax,[ebp-10h]

push eax

call dword ptr [__imp__sprintf (4182C8h)]

add esp,0Ch

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esi,esp

push offset string "Dec\0" (415874h)

push offset string "%s" (415820h)

lea eax,[ebp-0Ch]

push eax

call dword ptr [__imp__sprintf (4182C8h)]

add esp,0Ch

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esi,esp

call dword ptr [__imp__getchar (4182BCh)]

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

sub eax,30h

mov dword ptr [ebp-44h],eax

mov esi,esp

call dword ptr [__imp__getchar (4182BCh)]

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

sub eax,30h

mov dword ptr [ebp-50h],eax

mov eax,dword ptr [ebp-44h]

imul eax,eax,0Ah

add eax,dword ptr [ebp-50h]

mov dword ptr [ebp-44h],eax

cmp dword ptr [ebp-44h],0Ch

jg main+1FEh (4137BEh)

mov eax,dword ptr [ebp-44h]

lea ecx,[ebp+eax*4-3Ch]

mov esi,esp

push ecx

call dword ptr [__imp__printf (4182C4h)]

add esp,4

cmp esi,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

xor eax,eax

push edx

mov ecx,ebp

push eax

lea edx,[ (4137F0h)]

call @ILT+130(@_RTC_CheckStackVars@8) (411087h)

pop eax

pop edx

pop edi

pop esi

pop ebx

mov ecx,dword ptr [ebp-4]

xor ecx,ebp

call @ILT+25(@__security_check_買粉絲okie@4) (41101Eh)

add esp,114h

cmp ebp,esp

call @ILT+310(__RTC_CheckEsp) (41113Bh)

mov esp,ebp

pop ebp

ret

nop

用子程序結構編寫一程序:從鍵盤輸入一個兩位十進制的月份數(01~12),然后顯示出相應的英文縮寫名

#include <iostream>

using namespace std;

int main()

{

int month;

string strmon;

買粉絲ut<<"輸入一個月份數(1~12):"<<endl;

cin>>month;

switch(month)

{

case 1:strmon="January";break;

case 2:strmon="February";break;

case 3:strmon="March";break;

case 4:strmon="April";break;

case 5:strmon="May";break;

case 6:strmon="June";break;

case 7:strmon="July";break;

case 8:strmon="August";break;

case 9:strmon="September";break;

case 10

搜索关键词: