albin 2023-09-24 16:27:38 2023-09-24 16:27:58
#include
using namespace std;
int main (){
cout << 180/28 << " " << 180%28 ; return 0;
}