Run ID:125993

提交时间:2025-07-15 17:05:00

Online Judge C++题库系统 OJ 首页 问题列表 状态 排行榜 袁梓豪 首页 问题列表 02武王伐纣 02武王伐纣 商朝末年,纣王宠幸妲己,荒淫无道,残害忠良。 姜太公辅佐周武王起兵讨伐。 战争之前想要弄清楚纣王有多少人马 姜太公派兵打探得知, 纣王军队兵分4路,每路8650人。 需要你通过编程计算出,纣王军队有多少人。 Input 无 Output 输出一行一个数,纣王军队的人数 Examples Input Output 来源 乐玛 Time limit 1 second Memory limit 128 MB 提交记录 3个月前 Accepted 3个月前 Accepted × Run ID:115307 提交时间:2025-03-30 11:12:51 #include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ cout<<8650*4; return 0; } © C++题库系统 OJ 2025