#include<iostream> using namespace std; int main(){ int m=0; for(int i=92;i>=12;i-=10) m+=i; cout<<"s="<<m; return 0; }