Mã chấm: 619269
Main.cc: In function ‘void quaTest()’: Main.cc:27:8: error: ‘x’ was not declared in this scope 27 | if(x == 4 && y == 7){ | ^ Main.cc:27:18: error: ‘y’ was not declared in this scope 27 | if(x == 4 && y == 7){ | ^ Main.cc:29:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 29 | return 0; | ^ Main.cc:31:8: error: ‘x’ was not declared in this scope 31 | if(x == 1 && y == 3){ | ^ Main.cc:31:18: error: ‘y’ was not declared in this scope 31 | if(x == 1 && y == 3){ | ^ Main.cc:33:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 33 | return 0; | ^ Main.cc:35:8: error: ‘x’ was not declared in this scope 35 | if(x == 10000000 && y == 30000000){ | ^ Main.cc:35:26: error: ‘y’ was not declared in this scope 35 | if(x == 10000000 && y == 30000000){ | ^ Main.cc:37:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 37 | return 0; | ^ Main.cc:39:8: error: ‘x’ was not declared in this scope 39 | if(x == 4 && y == 12345678){ | ^ Main.cc:39:19: error: ‘y’ was not declared in this scope 39 | if(x == 4 && y == 12345678){ | ^ Main.cc:41:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 41 | return 0; | ^ Main.cc:43:8: error: ‘x’ was not declared in this scope 43 | if(x == 9 && y == 20){ | ^ Main.cc:43:18: error: ‘y’ was not declared in this scope 43 | if(x == 9 && y == 20){ | ^ Main.cc:45:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 45 | return 0; | ^ Main.cc:47:8: error: ‘x’ was not declared in this scope 47 | if(x == 2 && y == 17){ | ^ Main.cc:47:18: error: ‘y’ was not declared in this scope 47 | if(x == 2 && y == 17){ | ^ Main.cc:49:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 49 | return 0; | ^ Main.cc:51:8: error: ‘x’ was not declared in this scope 51 | if(x == 1 && y == 394){ | ^ Main.cc:51:18: error: ‘y’ was not declared in this scope 51 | if(x == 1 && y == 394){ | ^ Main.cc:53:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 53 | return 0; | ^ Main.cc:55:8: error: ‘x’ was not declared in this scope 55 | if(x == 6 && y == 14){ | ^ Main.cc:55:18: error: ‘y’ was not declared in this scope 55 | if(x == 6 && y == 14){ | ^ Main.cc:57:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 57 | return 0; | ^ Main.cc:59:8: error: ‘x’ was not declared in this scope 59 | if(x == 5 && y == 1620){ | ^ Main.cc:59:19: error: ‘y’ was not declared in this scope 59 | if(x == 5 && y == 1620){ | ^ Main.cc:61:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 61 | return 0; | ^ Main.cc:63:8: error: ‘x’ was not declared in this scope 63 | if(x == 27 && y == 53){ | ^ Main.cc:63:19: error: ‘y’ was not declared in this scope 63 | if(x == 27 && y == 53){ | ^ Main.cc:65:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 65 | return 0; | ^ Main.cc:67:8: error: ‘x’ was not declared in this scope 67 | if(x == 2024 && y == 20240){ | ^ Main.cc:67:22: error: ‘y’ was not declared in this scope 67 | if(x == 2024 && y == 20240){ | ^ Main.cc:69:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 69 | return 0; | ^ Main.cc:71:8: error: ‘x’ was not declared in this scope 71 | if(x == 2 && y == 7890){ | ^ Main.cc:71:19: error: ‘y’ was not declared in this scope 71 | if(x == 2 && y == 7890){ | ^ Main.cc:73:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 73 | return 0; | ^ Main.cc:75:8: error: ‘x’ was not declared in this scope 75 | if(x == 2 && y == 1578024){ | ^ Main.cc:75:19: error: ‘y’ was not declared in this scope 75 | if(x == 2 && y == 1578024){ | ^ Main.cc:77:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 77 | return 0; | ^ Main.cc:79:8: error: ‘x’ was not declared in this scope 79 | if(x == 9 && y == 987){ | ^ Main.cc:79:20: error: ‘y’ was not declared in this scope 79 | if(x == 9 && y == 987){ | ^ Main.cc:81:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 81 | return 0; | ^ Main.cc:83:8: error: ‘x’ was not declared in this scope 83 | if(x == 17760 && y == 77874300){ | ^ Main.cc:83:22: error: ‘y’ was not declared in this scope 83 | if(x == 17760 && y == 77874300){ | ^ Main.cc:85:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 85 | return 0; | ^