poj 3983(水题,很无语的一道题)

#include<iostream>
#include<cstdio>
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-08-11 10:06  智人心  阅读(27)  评论(0)    收藏  举报