1 solutions

  • 2
    @ 2024-7-17 20:01:03

    又是一个世纪难题(bushi

    #include<bits/stdc++.h>
    
    using namespace std;
    
    int main(){
    	float a;
    	scanf("%f", &a);
    	printf("%.3f", a);
    	return 0;
    }
    

    这道题十分甚至九分的难114514

    • 1

    Information

    ID
    6865
    Time
    1000ms
    Memory
    125MiB
    Difficulty
    1
    Tags
    # Submissions
    14
    Accepted
    7
    Uploaded By