编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#3152 #992. 鱼塘 Accepted 100 41 ms 524 K C / 513 B JimmyHu 2023-11-25 13:48:26
显示原始代码
#include <stdio.h>
int main() {
    long long a1, b1, c1;
    int a2, b2, c2;
    scanf("%lld%lld%lld", &a1, &b1, &c1);
    a2 = a1 % 4;
    b2 = b1 % 4;
    c2 = c1 % 4;
    if (a2 == 0)
        printf("L");
    if (a2 == 1)
        printf("X");
    if (a2 == 2)
        printf("T");
    if (a2 == 3)
        printf("W");
    if (b2 == 0)
        printf("L");
    if (b2 == 1)
        printf("X");
    if (b2 == 2)
        printf("T");
    if (b2 == 3)
        printf("W");
    if (c2 == 0)
        printf("L\n");
    if (c2 == 1)
        printf("X\n");
    if (c2 == 2)
        printf("T\n");
    if (c2 == 3)
        printf("W\n");
    return 0;
}
子任务 #1
Accepted
得分:100
测试点 #1
Accepted
得分:100
用时:4 ms
内存:524 KiB

输入文件(fish00.in

599742333 616396057 932221482

答案文件(fish00.out

XXT

用户输出

XXT

系统信息

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

输入文件(fish01.in

707519440 734200592 687411125

答案文件(fish01.out

LLX

用户输出

LLX

系统信息

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

输入文件(fish02.in

343277953 199013077 590510201

答案文件(fish02.out

XXX

用户输出

XXX

系统信息

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

输入文件(fish03.in

790935574 428812063 567298816

答案文件(fish03.out

TWL

用户输出

TWL

系统信息

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

输入文件(fish4.in

702421395 894017111 990095657

答案文件(fish4.out

WWX

用户输出

WWX

系统信息

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

输入文件(fish5.in

753832209 224057040 830827940

答案文件(fish5.out

XLL

用户输出

XLL

系统信息

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

输入文件(fish6.in

517823679 917496452 120210542

答案文件(fish6.out

WLT

用户输出

WLT

系统信息

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

输入文件(fish7.in

312780000 831090934 934783856

答案文件(fish7.out

LTL

用户输出

LTL

系统信息

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

输入文件(fish8.in

443959909 898499300 104614254

答案文件(fish8.out

XLT

用户输出

XLT

系统信息

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

输入文件(fish9.in

7191434 384044248 2058554

答案文件(fish9.out

TLT

用户输出

TLT

系统信息

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

输入文件(fish10.in

21731307 761316281 603185145

答案文件(fish10.out

WXX

用户输出

WXX

系统信息

Exited with return code 0