摘要:
[oldgirl@module ~]$ more /usr/bin/ssh-copy-id #!/bin/sh # Shell script to install your public key on a remote machine# Takes the remote machine name a 阅读全文
摘要:
#include<stdio.h>int main(){ int a[10]; int n = 0, i; char ch=0; while (ch != '\n'){ scanf_s("%d",&a[n]); ch = getchar(); n++; } for (i = 0; i < n; i+ 阅读全文