13 条题解

  • 0
    @ 2023-8-23 13:49:48
    Note:
    ****************************************/
    #include <queue>
    #include <math.h>
    #include <stack>
    #include <vector>
    #include <stdio.h>
    #include <iostream>
    #include <vector>
    #include <iomanip>
    #include <string.h>
    #include <cstring>
    #include <algorithm>
    #define int long long
    using namespace std;
    const int N = 1e6 + 10;
    const int INF = 0x3f3f3f3f;
    int n;
    signed main(){
    	cin >> n;
    	cout << n % 10 << endl;
    	return 0;
    }
    
    

    信息

    ID
    849
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    894
    已通过
    501
    上传者