c_code/2024-7-11-2.cpp

9 lines
79 B
C++
Raw Permalink Normal View History

#include<iostream>
using namespace std;
int main(){
return 0;
}