摘要:
1 .替代密码 加密: public class Caesar { public static void main(String args[]) { Scanner in = new Scanner(System.in); int k = 25; // System.out.println("输入要 阅读全文
摘要:
A 签到 题解:直接输出即可,注意行末换行。 #include <iostream> #include <fstream> using namespace std; int main(){ int n,m; freopen("in.txt","r",stdin); //输入重定向,输入数据将从in. 阅读全文