| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 128597 | 黄恩宁 | 单峰排列 | C++ | Compile Error | 0 | 0 MS | 0 KB | 158 | 2024-01-25 21:07:53 |
#include<iostream> #include<cstdio> #include<cmath> using namespace std; int main() { int n; cin>>n; cout<<pow(2,n-1)%1234567; return 0; }