ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 1116kb
input:
output:
CCC
result:
ok single line: 'CCC'