ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#171351 | #981. 指针选择题 | heyuzhen | 100 | 0ms | 1116kb | C++ | 115b | 2023-06-22 21:52:01 | 2023-06-22 21:52:02 |
answer
#include <bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
cout << "CCC";
return 0;
}
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 1116kb
input:
output:
CCC
result:
ok single line: 'CCC'