Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
nhật thì nó down về rồi xem, mặc kệ đống sub là xong chứ sao,tại thấy 1 đống IP Nhật xD;


public class iqtest {
public static void main(String[] args) {
int n = 2;
for (int i = 0; i < 30; i++) {
System.out.println((i+1) + " " + n);
n = (n^n) + (n^(n+1));
System.out.println((i+1) + " " + n);
}
}
}



