Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
int main(void) {
int n, i, times, sum;
while(scanf("%d", &n) != EOF) {
// int sum = 0;
while(n <= 2000000000) {
int sum = 0;
while(n >= 10) {
sum += n % 10;
# -*- coding: utf-8 -*-
"""
Spyder Editor
This is a temporary script file.
"""
import cv2
import numpy as np

C4 序列(Sequence)

  • 不可變
    • String
    • Tuple
    • Byte
  • 可變
    • List
    • ByteArray

4.1.1 序列與迭代器

C11-1 ~ C11-2 遠端控制

謝昇遠提供的筆記內容

你看照片能不能看得清楚
主要是從11-1-4開始
然後到11-2-2 跨主機複製檔案
因為要弄跨主機,所以要多再製一個虛擬機
原本的那台,網路設定,多勾一個介面卡2(host only)
多加的那台,勾一個host only就好