| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 317176 | 詹建泽榆 | 【C1-1】记得关灯 | C++ | Accepted | 100 | 0 MS | 244 KB | 142 | 2025-04-12 11:06:47 |
#include <iostream> using namespace std; int main(){ cout<<"turn off the light.turn off the light.turn off the light."; return 0; }