| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 83730 | sh25_huangse | 切面条 | C++ | Accepted | 0 MS | 244 KB | 138 | 2026-02-01 19:53:47 |
#include<iostream> #include<cmath> using namespace std; const int duizhe=10; int main(){ cout<<pow(2,duizhe)+1; return 0; }