| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 127009 | 李杺隆 | 墓碑上的字符 | C++ | Wrong Answer | 1 MS | 280 KB | 295 | 2025-07-23 15:36:18 |
#include<bits/stdc++.h> using namespace std; int main() { int n,l; char a[50],b[50]; cin>>n; for(int i=1;i<=n;i++) { cin>>a>>b; l=strlen(a)/2; for(int j=0;j<l;j++) cout<<a[i]; cout<<b; for(int j=l;j<strlen(a);j++) cout<<a[i]; cout<<endl; } return 0; }
------Input------
2 Ez/c[yC9'Xz1)Qrs"so>_Ig}<~kp/'*O)qwertyuioop[]\{ BS%Bcv5WXD@tAD\?d6H(BoJFDmdIS5V]rFXg=8o2clSZne094 Ri/)p7^|8|2q MY?)i%t<
------Answer-----
Ez/c[yC9'Xz1)Qrs"so>_Ig}BS%Bcv5WXD@tAD\?d6H(BoJFDmdIS5V]rFXg=8o2clSZne094<~kp/'*O)qwertyuioop[]\{ Ri/)p7MY?)i%t<^|8|2q
------Your output-----
zzzzzzzzzzzzzzzzzzzzzzzzBS%Bcv5WXD@tAD\?d6H(BoJFDmdIS5V]rFXg=8o2clSZne094zzzzzzzzzzzzzzzzzzzzzzzz //////MY?)i%t/////