Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
92249 | 只因你太美(Ikun 真爱粉) | 输出信息 | C++ | Accepted | 0 MS | 252 KB | 358 | 2024-09-28 17:17:54 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() #include<ctime> #include<cstdlib> using namespace std; int main(){ srand(time(0)); cout<<"This is a C program."; return 0; }