1 solutions

  • 0
    @ 2025-11-5 19:05:21

    C++ :

    #include<iostream>
    #define ZC(x,y) x%y
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	cout<<ZC(a,b)<<endl;
    	return 0;
    }
    
    • 1

    C语言程序设计教程(第三版)课后习题9.2

    Information

    ID
    19162
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    (None)
    # Submissions
    0
    Accepted
    0
    Uploaded By