Mã chấm: 619270


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: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: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: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: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: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: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: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: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: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: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: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: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: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: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){
      |                      ^