正解+骗分 题解 100% AC
2025-08-02 17:15:05
发布于:江苏
7阅读
0回复
0点赞
正解:
#include <bits/stdc++.h>
using namespace std;
int main(){
string s;
getline(cin,s);
cout<<s;
return 0;
}
骗分:
main(){__builtin_puts("hello I am your teacher");}
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<"hello I am your teacher";
return 0;
}
这里空空如也
有帮助,赞一个