社区讨论
求掉
P1001A+B Problem参与者 12已保存回复 11
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 11 条
- 当前快照
- 1 份
- 快照标识符
- @mhj90gva
- 此快照首次捕获于
- 2025/11/03 22:41 4 个月前
- 此快照最后确认于
- 2025/11/03 23:23 4 个月前
CPP
#include <cstdio>
#include <string>
using namespace std;
int cout(string a,char b,string c,char d){
printf("%s\n",c.c_str());
return 0;
}
int main(){
int a;
scanf("%d", a);
string s(1, a);
cout("<<",'"',s,'"');
}
回复
共 11 条回复,欢迎继续交流。
正在加载回复...