Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
91325 | xiaoma_ustc | 小旗手 | C++ | 编译错误 | 0 | 0 MS | 0 KB | 184 | 2024-03-21 17:42:41 |
#include <iostream> #include <string> using namespace std; int main() { int a, b; string s; cin >> a >> b >> s; if (a = 1 && b = 1) cout << 1; return 0; }