Наталья
?>

Как стать информационно культурным человеком?

Информатика

Ответы

Шмидт Ирина
Фильтровать получаемую информацию, отсеивая ненужное. получать инфу только из достоверных источников и только ту, которая может принести пользу. вот вкратце и ответ.
Ruslanovich1217
#include < iostream> #include < cstring> #include < vector> #include < algorithm> struct studentdata {     std: : string name;     std: : string surname;     int math;     int phys;     int comp_science; }; bool comp(const studentdata & a, const studentdata & b) {     int tmp1 = a.math + a.phys + a.comp_science;     int tmp2 = b.math + b.phys + b.comp_science;     return tmp1 > tmp2 ? true : false; } int main(void) {     int n;     std: : cin > > n;     std: : vector< studentdata > data(n);     for (int i = 0; i < n; i++) {         std: : cin > > data[i].name > > data[i].surname;         std: : cin > > data[i].math > > data[i].phys > > data[i].comp_science;     }     std: : sort(data. data. comp);     for (int i = 0; i < n; i++) {         std: : cout < < data[i].name < < " " < < data[i].surname < < std: : endl;     }     return 0; }
Boyaris
#include< bits/stdc++.h> using namespace std; char b = '0'; int main() {     string s;     cin > > s;     string t; t[0] = '9';     s[s. += (1);     for (int i = s.length() - 1; i > 0; --i)     {         if (s[i] > '9')         {             s[i] = '0';             s[i - 1] += 1;             continue;         }        break;     }     if (s[0] > t[0])      {       cout < < 1;       s[0] = '0';       }    cout < < s; }

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Как стать информационно культурным человеком?
Ваше имя (никнейм)*
Email*
Комментарий*