Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
1411 黄天泽 字符替换 C++ Compile Error 0 MS 0 KB 225 2023-09-16 20:31:58

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; char s[1000]; char b,c,d; int main(){ cin.getline(s,1000); cin>>b>>c; d=c; for(int i=0;i<=200;i++){ if(s[i]==b){ swap(s[i],c); } c=d; } cout<<s; }


Run Info:

mount: mount /usr on /home/judge/jnoj/judge/run/0/usr failed: No space left on device