7 lines
103 B
C++
7 lines
103 B
C++
#include<bits/stdc++.h>
|
|
#include <cmath>
|
|
using namespace std;
|
|
|
|
int main(){
|
|
cout<<-INFINITY<<endl;
|
|
} |