#include <iostream> #include <algorithm> using namespace std; int main() { cout<<92+82+72+62+52+42+32+22+12; return 0; }