bdfz_2024_summer/test.cpp

7 lines
103 B
C++
Raw Normal View History

2024-08-10 04:20:24 +00:00
#include<bits/stdc++.h>
2024-08-17 03:20:38 +00:00
#include <cmath>
2024-08-12 02:07:56 +00:00
using namespace std;
2024-08-10 04:20:24 +00:00
int main(){
2024-08-17 03:20:38 +00:00
cout<<-INFINITY<<endl;
2024-08-07 16:14:36 +00:00
}