QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#354078 | #7778. Turning Permutation | ucup-team2016# | Compile Error | / | / | C++20 | 33.8kb | 2024-03-14 21:18:28 | 2024-03-14 21:18:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:2:1: warning: integer constant is so large that it is unsigned 2 | 10000000000000000000 1: 1 | ^~~~~~~~~~~~~~~~~~~~ answer.code:4:1: warning: integer constant is so large that it is unsigned 4 | 11000000000000000000 3: 2 | ^~~~~~~~~~~~~~~~~~~~ answer.code:6:1: warning: integer constant is so large that it is unsigned 6 | 10100000000000000000 5: 6 | ^~~~~~~~~~~~~~~~~~~~ answer.code:8:1: warning: integer constant is so large that it is unsigned 8 | 11100000000000000000 7: 7 | ^~~~~~~~~~~~~~~~~~~~ answer.code:10:1: warning: integer constant is so large that it is unsigned 10 | 10010000000000000000 9: 16 | ^~~~~~~~~~~~~~~~~~~~ answer.code:12:1: warning: integer constant is so large that it is unsigned 12 | 11010000000000000000 11: 17 | ^~~~~~~~~~~~~~~~~~~~ answer.code:14:1: warning: integer constant is so large that it is unsigned 14 | 10110000000000000000 13: 11 | ^~~~~~~~~~~~~~~~~~~~ answer.code:16:1: warning: integer constant is so large that it is unsigned 16 | 11110000000000000000 15: 12 | ^~~~~~~~~~~~~~~~~~~~ answer.code:18:1: warning: integer constant is so large that it is unsigned 18 | 10001000000000000000 17: 22 | ^~~~~~~~~~~~~~~~~~~~ answer.code:20:1: warning: integer constant is so large that it is unsigned 20 | 11001000000000000000 19: 23 | ^~~~~~~~~~~~~~~~~~~~ answer.code:22:1: warning: integer constant is so large that it is unsigned 22 | 10101000000000000000 21: 27 | ^~~~~~~~~~~~~~~~~~~~ answer.code:24:1: warning: integer constant is so large that it is unsigned 24 | 11101000000000000000 23: 28 | ^~~~~~~~~~~~~~~~~~~~ answer.code:26:1: warning: integer constant is so large that it is unsigned 26 | 10011000000000000000 25: 37 | ^~~~~~~~~~~~~~~~~~~~ answer.code:28:1: warning: integer constant is so large that it is unsigned 28 | 11011000000000000000 27: 38 | ^~~~~~~~~~~~~~~~~~~~ answer.code:30:1: warning: integer constant is so large that it is unsigned 30 | 10111000000000000000 29: 32 | ^~~~~~~~~~~~~~~~~~~~ answer.code:32:1: warning: integer constant is so large that it is unsigned 32 | 11111000000000000000 31: 33 | ^~~~~~~~~~~~~~~~~~~~ answer.code:34:1: warning: integer constant is so large that it is unsigned 34 | 10000100000000000000 33: 64 | ^~~~~~~~~~~~~~~~~~~~ answer.code:36:1: warning: integer constant is so large that it is unsigned 36 | 11000100000000000000 35: 65 | ^~~~~~~~~~~~~~~~~~~~ answer.code:38:1: warning: integer constant is so large that it is unsigned 38 | 10100100000000000000 37: 69 | ^~~~~~~~~~~~~~~~~~~~ answer.code:40:1: warning: integer constant is so large that it is unsigned 40 | 11100100000000000000 39: 70 | ^~~~~~~~~~~~~~~~~~~~ answer.code:42:1: warning: integer constant is so large that it is unsigned 42 | 10010100000000000000 41: 79 | ^~~~~~~~~~~~~~~~~~~~ answer.code:44:1: warning: integer constant is so large that it is unsigned 44 | 11010100000000000000 43: 80 | ^~~~~~~~~~~~~~~~~~~~ answer.code:46:1: warning: integer constant is so large that it is unsigned 46 | 10110100000000000000 45: 74 | ^~~~~~~~~~~~~~~~~~~~ answer.code:48:1: warning: integer constant is so large that it is unsigned 48 | 11110100000000000000 47: 75 | ^~~~~~~~~~~~~~~~~~~~ answer.code:50:1: warning: integer constant is so large that it is unsigned 50 | 10001100000000000000 49: 43 | ^~~~~~~~~~~~~~~~~~~~ answer.code:52:1: warning: integer constant is so large that it is unsigned 52 | 11001100000000000000 51: 44 | ^~~~~~~~~~~~~~~~~~~~ answer.code:54:1: warning: integer constant is so large that it is unsigned 54 | 10101100000000000000 53: 48 | ^~~~~~~~~~~~~~~~~~~~ answer.code:56:1: warning: integer constant is so large that it is unsigned 56 | 11101100000000000000 55: 49 | ^~~~~~~~~~~~~~~~~~~~ answer.code:58:1: warning: integer constant is so large that it is unsigned 58 | 10011100000000000000 57: 58 | ^~~~~~~~~~~~~~~~~~~~ answer.code:60:1: warning: integer constant is so large that it is unsigned 60 | 11011100000000000000 59: 59 | ^~~~~~~~~~~~~~~~~~~~ answer.code:62:1: warning: integer constant is so large that it is unsigned 62 | 10111100000000000000 61: 53 | ^~~~~~~~~~~~~~~~~~~~ answer.code:64:1: warning: integer constant is so large that it is unsigned 64 | 11111100000000000000 63: 54 | ^~~~~~~~~~~~~~~~~~~~ answer.code:66:1: warning: integer constant is so large that it is unsigned 66 | 10000010000000000000 65: 86 | ^~~~~~~~~~~~~~~~~~~~ answer.code:68:1: warning: integer constant is so large that it is unsigned 68 | 11000010000000000000 67: 87 | ^~~~~~~~~~~~~~~~~~~~ answer.code:70:1: warning: integer constant is so large that it is unsigned 70 | 10100010000000000000 69: 91 | ^~~~~~~~~~~~~~~~~~~~ answer.code:72:1: warning: integer constant is so large that it is unsigned ...