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