QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#354078#7778. Turning Permutationucup-team2016#Compile Error//C++2033.8kb2024-03-14 21:18:282024-03-14 21:18:30

詳細信息

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
  ...