DOUBT IN VECTORS
Разница между en1 и en2, 244 символ(ов) изменены
Dear community ↵
Why the output of below code is not -1 ?


CODE --------------------------↵

#include<bits/stdc++.h>↵
using namespace std;↵

 ↵
int main(){↵
 vector<int> v;↵
cout << v.size() &mdash; 1 << endl;↵
 ↵
}↵

----------------------------------↵

RECIEVED OUTPUT => 4294967295 but not -1

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Akpr 2022-02-08 20:55:34 244
en1 Английский Akpr 2022-02-08 20:54:23 73 Initial revision (published)