记录详情

Compile Error

/in/foo.c:1:1: warning: data definition has no type or storage class
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
 ^~
/in/foo.c:1:1: warning: type defaults to 'int' in declaration of 'yw' [-Wimplicit-int]
/in/foo.c:1:5: error: expected expression before '[' token
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
     ^
/in/foo.c:1:9: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
         ^
/in/foo.c:1:14: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
              ^
/in/foo.c:1:19: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                   ^
/in/foo.c:1:24: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                        ^
/in/foo.c:1:29: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                             ^
/in/foo.c:1:34: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                  ^
/in/foo.c:1:39: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                       ^
/in/foo.c:1:44: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                            ^
/in/foo.c:1:49: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                 ^
/in/foo.c:1:54: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                      ^
/in/foo.c:1:59: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                           ^
/in/foo.c:1:64: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                ^
/in/foo.c:1:69: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                     ^
/in/foo.c:1:74: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                          ^
/in/foo.c:1:79: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                               ^
/in/foo.c:1:84: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                    ^
/in/foo.c:1:89: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                         ^
/in/foo.c:1:94: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                              ^
/in/foo.c:1:99: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                                   ^
/in/foo.c:1:104: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                                        ^
/in/foo.c:1:109: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                                             ^
/in/foo.c:1:114: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                                                  ^
/in/foo.c:1:119: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                                                       ^
/in/foo.c:1:124: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                                                            ^
/in/foo.c:1:129: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 yw =['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
                                                                                                                                 ^
/in/foo.c:3:1: error: stray '\346' in program
 明文 = input()
 ^
/in/foo.c:3:2: error: stray '\230' in program
 明文 = input()
  ^
/in/foo.c:3:3: error: stray '

信息

递交者
类型
递交
题目
P1064 1.7.10简单密码
语言
C
递交时间
2024-09-08 17:12:05
评测时间
2024-09-08 17:12:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes