| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 310755 | 蒋宇阳 | 【C1-1】记得关灯 | C++ | Accepted | 100 | 0 MS | 244 KB | 140 | 2025-03-02 09:16:30 |
#include<iostream> using namespace std; int main(){ cout<<"turn off the light.turn off the light.turn off the light."; return 0; }