Files
OI-Codes/XSM OJ 重庆小码王集团OJ/输出文字.cpp
2024-02-15 22:38:30 +08:00

7 lines
107 B
C++

#include <iostream>
using namespace std;
int main(){
cout <<"Let the time tell the truth.";
return 0;
}