在USACO可以过,但是luogu全部wa掉

P1207 [USACO1.2] 双重回文数 Dual Palindromes

是因为数据不一样吗 USER: Wenqi Guo [wguo6352] TASK: dualpal LANG: C++14 Compiling... Compile: OK Executing... Test 1: TEST OK [0.004 secs, 1360 KB] Test 2: TEST OK [0.007 secs, 1344 KB] Test 3: TEST OK [0.542 secs, 1372 KB] Test 4: TEST OK [0.007 secs, 1340 KB] Test 5: TEST OK [0.011 secs, 1336 KB] Test 6: TEST OK [0.231 secs, 1372 KB] Test 7: TEST OK [0.025 secs, 1332 KB] All tests OK. Your program ('dualpal') produced all correct answers! This is your submission #6 for this problem. Congratulations! Here are the test data inputs: ------- test 1 [length 4 bytes] ---- 5 1 ------- test 2 [length 5 bytes] ---- 9 10 ------- test 3 [length 8 bytes] ---- 15 9900 ------- test 4 [length 6 bytes] ---- 10 90 ------- test 5 [length 7 bytes] ---- 12 125 ------- test 6 [length 8 bytes] ---- 12 1900 ------- test 7 [length 6 bytes] ---- 8 500 Keep up the good work! Thanks for your submission! Problem Statement for task dualpal | USACO Gateway | Comment or Question
by tcs06358 @ 2020-02-15 11:55:00


没事了,是输出搞错了
by tcs06358 @ 2020-02-15 11:58:11


SQLM
by justinjia @ 2021-03-29 11:23:41


|