Submission #61539878
Source Code Expand
Copy
#include <iostream>#include <cstdio>#include <map>using namespace std;int main() {string s;cin>>s;cout<<s[0]<<"UPC";return 0;}
#include <iostream> #include <cstdio> #include <map> using namespace std; int main() { string s; cin>>s; cout<<s[0]<<"UPC"; return 0; }
Submission Info
Submission Time | |
---|---|
Task | A - ?UPC |
User | TryMyEdge |
Language | C++ 20 (gcc 12.2) |
Score | 100 |
Code Size | 163 Byte |
Status | AC |
Exec Time | 1 ms |
Memory | 3556 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample00.txt, sample01.txt |
All | sample00.txt, sample01.txt, testcase00.txt, testcase01.txt, testcase02.txt, testcase03.txt, testcase04.txt, testcase05.txt, testcase06.txt, testcase07.txt, testcase08.txt, testcase09.txt, testcase10.txt, testcase11.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample00.txt | AC | 1 ms | 3452 KB |
sample01.txt | AC | 1 ms | 3476 KB |
testcase00.txt | AC | 1 ms | 3480 KB |
testcase01.txt | AC | 1 ms | 3464 KB |
testcase02.txt | AC | 1 ms | 3428 KB |
testcase03.txt | AC | 1 ms | 3456 KB |
testcase04.txt | AC | 1 ms | 3360 KB |
testcase05.txt | AC | 1 ms | 3432 KB |
testcase06.txt | AC | 1 ms | 3492 KB |
testcase07.txt | AC | 1 ms | 3464 KB |
testcase08.txt | AC | 1 ms | 3476 KB |
testcase09.txt | AC | 1 ms | 3556 KB |
testcase10.txt | AC | 1 ms | 3476 KB |
testcase11.txt | AC | 1 ms | 3360 KB |