ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#138529 | #981. 指针选择题 | 142857Harry | 100 | 0ms | 1120kb | C++11 | 91b | 2021-10-01 10:24:32 | 2021-10-01 10:24:34 |
answer
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<"CCC";
return 0;
}
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 1120kb
input:
output:
CCC
result:
ok single line: 'CCC'