编号 题目 状态 分数 总时间 内存 代码 / 答案文件 提交者 提交时间
#481 #992. 鱼塘 Accepted 100 38 ms 424 K C / 312 B t330026124 2023-10-15 14:49:14
显示原始代码
#include <stdio.h>
int main() {
    long long a[2];
    scanf("%lld %lld %lld", &a[0], &a[1], &a[2]);
    int i = 0;
    for (i = 0; i <= 2; i++) {
        if (a[i] % 4 == 0) {
            printf("L");
        } else if (a[i] % 4 == 1) {
            printf("X");
        } else if (a[i] % 4 == 2) {
            printf("T");
        } else if (a[i] % 4 == 3) {
            printf("W");
        }
    }
    return 0;
}
子任务 #1
Accepted
得分:100
测试点 #1
Accepted
得分:100
用时:4 ms
内存:272 KiB

输入文件(fish00.in

599742333 616396057 932221482

答案文件(fish00.out

XXT

用户输出

XXT

系统信息

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

输入文件(fish01.in

707519440 734200592 687411125

答案文件(fish01.out

LLX

用户输出

LLX

系统信息

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

输入文件(fish02.in

343277953 199013077 590510201

答案文件(fish02.out

XXX

用户输出

XXX

系统信息

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

输入文件(fish03.in

790935574 428812063 567298816

答案文件(fish03.out

TWL

用户输出

TWL

系统信息

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

输入文件(fish4.in

702421395 894017111 990095657

答案文件(fish4.out

WWX

用户输出

WWX

系统信息

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

输入文件(fish5.in

753832209 224057040 830827940

答案文件(fish5.out

XLL

用户输出

XLL

系统信息

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

输入文件(fish6.in

517823679 917496452 120210542

答案文件(fish6.out

WLT

用户输出

WLT

系统信息

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

输入文件(fish7.in

312780000 831090934 934783856

答案文件(fish7.out

LTL

用户输出

LTL

系统信息

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

输入文件(fish8.in

443959909 898499300 104614254

答案文件(fish8.out

XLT

用户输出

XLT

系统信息

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

输入文件(fish9.in

7191434 384044248 2058554

答案文件(fish9.out

TLT

用户输出

TLT

系统信息

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

输入文件(fish10.in

21731307 761316281 603185145

答案文件(fish10.out

WXX

用户输出

WXX

系统信息

Exited with return code 0