Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64785 | fengxiaohang | 计算2的N次方 | C++ | Wrong Answer | 0 MS | 244 KB | 98 | 2025-04-25 17:17:14 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"32"<<endl; return 0; }