第 1 測資點(0%): WA (line:5) 答案不正確您的答案為: tcnrrnpertzow am BiierHo e hieh tr ,U tu rsethcotfni.fmfntagohdnhsd Secati 正確答案為: tcnrrnpertzow am BiierHo e.hieh tr ,U tu rsethcotfni.fmfntagohdnhsd Secati
---------------------------------------------------------------------------------------------------------------------
#include <iostream>
#include <algorithm>
#include <string.h>
#include <string>
#include <map>
#include <vector>
#include <math.h>
#include <iomanip>
using namespace std;
int main()
{
char s[200][200]={0};
int c=0;
int m=0;
while(cin.getline(s[c],200))
{
int a=0;
a=strlen(s[c]);
m=max(m,a);
if(m>a)
{
for(int i=a-1;i<m;i++)
s[c][i]=' ';
}
c++;
}
for(int i=0;i<m;i++)
{
for(int j=c;j>=0;j--)
{
cout<<s[j][i];
}
cout<<endl;
}
return 0 ;
}
__________________________________________________________
正確答案還多了一個點
希望高手幫忙