bdfz_2024_summer/test.cpp

6 lines
84 B
C++

#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<(8>>1)<<endl;
}