poj 3983(水题)

#include<iostream>
using namespace std;
int main(){
    int a,b,c,d;
    scanf("%d%d%d%d",&a,&b,&c,&d);
    printf("5*(5-(1/5))\n");
    return 0;
}

 

posted @ 2021-12-05 13:54  智人心  阅读(19)  评论(0)    收藏  举报