提交时间:2026-02-09 16:35:38

运行 ID: 378298

#include<iostream> using namespace std; int main(){ int n,k; cin>>n>>k; n=n%10; k=n%100; return 0; }