| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 101586 | 曾煦翔 | 三实数排序 | C++ | Wrong Answer | 12 | 0 MS | 256 KB | 163 | 2023-09-09 11:06:52 |
#include <iostream> using namespace std; int a[100005]; int main() { int a , b , c; cin >> a >> b >> c; cout << c << " " << b << " "<< a; return 0; }