编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#23850 #2041. 哈夫克机密通讯 Wrong Answer 30 40 ms 396 K C++ / 238 B Non_User3793 2024-12-17 16:07:50
显示原始代码
#include <bits/stdc++.h>
using namespace std;
const string a[10] = { "-----", ".----", "..---", "...--", "....-",
                       ".....", "----.", "---..", "--...", "-...." };
int main() {
    int n;
    cin >> n;
    cout << a[n / 100] << a[(n / 10) % 10] << a[n % 10];
    return 0;
}
子任务 #1
Wrong Answer
得分:30
测试点 #1
Wrong Answer
得分:0
用时:4 ms
内存:284 KiB

输入文件(1.in

281

答案文件(1.out

..------...----

用户输出

..-----....----

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #2
Accepted
得分:100
用时:4 ms
内存:288 KiB

输入文件(2.in

501

答案文件(2.out

.....-----.----

用户输出

.....-----.----

系统信息

Exited with return code 0
测试点 #3
Accepted
得分:100
用时:4 ms
内存:324 KiB

输入文件(3.in

420

答案文件(3.out

....-..--------

用户输出

....-..--------

系统信息

Exited with return code 0
测试点 #4
Wrong Answer
得分:0
用时:4 ms
内存:284 KiB

输入文件(4.in

526

答案文件(4.out

.......----....

用户输出

.......-------.

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #5
Wrong Answer
得分:0
用时:4 ms
内存:324 KiB

输入文件(5.in

643

答案文件(5.out

-........-...--

用户输出

----.....-...--

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #6
Wrong Answer
得分:0
用时:4 ms
内存:328 KiB

输入文件(6.in

918

答案文件(6.out

----..-------..

用户输出

-.....------...

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #7
Accepted
得分:100
用时:4 ms
内存:284 KiB

输入文件(7.in

120

答案文件(7.out

.----..--------

用户输出

.----..--------

系统信息

Exited with return code 0
测试点 #8
Wrong Answer
得分:0
用时:4 ms
内存:396 KiB

输入文件(8.in

466

答案文件(8.out

....--....-....

用户输出

....-----.----.

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #9
Wrong Answer
得分:0
用时:4 ms
内存:324 KiB

输入文件(9.in

516

答案文件(9.out

......-----....

用户输出

......--------.

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0
测试点 #10
Wrong Answer
得分:0
用时:4 ms
内存:284 KiB

输入文件(10.in

548

答案文件(10.out

.........----..

用户输出

.........---...

Special Judge 信息

Files user_out and answer differ

系统信息

Exited with return code 0