| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 308264 | 邵致远 | 【C1-1】记得关灯 | C++ | Accepted | 100 | 1 MS | 236 KB | 144 | 2025-01-17 21:00:52 |
#include<iostream> using namespace std; int main(){ cout<<"turn off the light.turn off the light.turn off the light."; return 0; }