91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 603KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-03
  • 語言: 其他
  • 標簽: 華為oj??

資源簡介

9.1號博客對應的代碼,包括簡易火車票售票系統,最佳路徑,勝負猜想,逆波蘭表達式等等

資源截圖

代碼片段和文件信息

/*
按要求分解字符串,輸入兩個數M,N;M代表輸入的M串字符串
N代表輸出的每串字符串的位數,不夠補0
例如:輸入2?8?
abc?
123456789
則輸出
abc00000
12345678
90000000
*/
/*
#include?
#include?
using?namespace?std;
#define?maxsize?100
void?printmn(string?s[]int?num?int?len)
{
int?i=0j=0k=0;
int?leni=0;
for(i=0;i {
k=0;
leni=s[i].length();
if(leni<=len)
{
for(j=0;j {
if(j cout< else
cout<<0;
}
cout< }
else
{
while((leni/len)>0)
{
for(j=k;j {
cout< }
cout< k=k+8;
leni=leni-len;
}
for(j=k;j {
if(j cout< else
cout<<0;
}
cout< }
}
}
int?strtonum(string?s)
{

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????553021??2015-09-01?20:28??second\Debug\second.exe

?????文件?????792976??2015-09-01?20:28??second\Debug\second.ilk

?????文件?????276644??2015-09-01?20:28??second\Debug\second.obj

?????文件?????187208??2015-08-31?21:20??second\Debug\second.pch

?????文件????1131520??2015-09-01?20:28??second\Debug\second.pdb

?????文件??????99328??2015-09-01?20:28??second\Debug\vc60.idb

?????文件?????159744??2015-09-01?20:28??second\Debug\vc60.pdb

?????文件??????22781??2015-09-01?20:35??second\second.cpp

?????文件???????4284??2015-08-30?15:57??second\second.dsp

?????文件????????518??2015-08-30?15:57??second\second.dsw

?????文件??????50176??2015-09-01?20:35??second\second.ncb

?????文件??????55808??2015-09-01?20:35??second\second.opt

?????文件????????885??2015-09-01?20:28??second\second.plg

?????目錄??????????0??2015-09-01?20:35??second\Debug

?????目錄??????????0??2015-09-01?20:35??second

-----------?---------??----------?-----??----

??????????????3334893????????????????????15


評論

共有 條評論

相關資源