RE?!

P5705 【深基2.例7】数字反转

JFY2013 @ 2023-08-18 09:25:27

#include<iostream>
#include<cstdio>
using namespace std;
int a,b,c,d;
int main(){
    scanf("%d%d%d.%d",a,b,c,d);
    printf("%d.%d%d%d",d,c,b,a);
    return 0;
}

RE×5救救我pwq


by l_jin @ 2023-09-07 21:30:42

@JFY2013 printf记得改


by JFY2013 @ 2023-09-08 18:18:15

@l_jin OK


上一页 |