• 2023-07-07【cs50】lab6&problemset6
    (1)lab6worldcup#Simulateasportstournamentimportcsvimportsysimportrandom#NumberofsimluationstorunN=1000000#1000defmain():#Ensurecorrectusageiflen(sys.argv)!=2:sys.exit("Usage:pythontournament.
  • 2023-07-03各国货币
    各国货币国家/地区中文名称英文名称原有旧符号标准符号辅币进位制所属地区(洲)中国香港港元HongKongDollarsHK$HKD1HKD=100cents(分)亚洲中国澳门澳门元MacaoPatacaPAT.;P.MOP1MOP=100avos(分)亚洲中国人民币元RenminbiYuanRMB¥CNY1CNY=10j
  • 2023-06-26【cs50 2022】lab1 && problem set1
    |lab1|#include<cs50.h>#include<stdio.h>intmain(void){//TODO:Promptforstartsizeintstart_size;do{start_size=get_int("Startsize:");}while(start_size<9);//TODO:Promptforend