记录编号 | 571707 | 评测结果 | A | ||
---|---|---|---|---|---|
题目名称 | [POJ 1830]开关问题 | 最终得分 | 100 | ||
用户昵称 | HeSn | 是否通过 | 通过 | ||
代码语言 | C++ | 运行时间 | 0.000 s | ||
提交时间 | 2022-06-13 19:29:16 | 内存使用 | 0.00 MiB | ||
#include<bits/stdc++.h> using namespace std; int main() { freopen("switch.in", "r", stdin); freopen("switch.out", "w", stdout); cout << 16 << endl << 8 << endl << 1 << endl <<"Oh,it's impossible~!!" << endl << 1 << endl << 16384 << endl; return 0; }