标签:out style http -- font nbsp bsp new mon
import java.util.*;
class Main{
public static void main(String args[])
{
Scanner scanner=new Scanner(System.in);
int T=scanner.nextInt();
while(T--!=0)
{
Long A=scanner.nextLong(),B=scanner.nextLong();
System.out.println((A+B)%100);
}
}
}
标签:out style http -- font nbsp bsp new mon
原文地址:http://www.cnblogs.com/zjnu/p/7352126.html