🟢 Վարժություն 1

Էկրանին տպել երկու int տիպի փոփոխականների գումարը:
#include <iostream>
 
int main() {
  int a = 33;
  int b = 22;
   
}
 

Constraints

Time limit: 0.2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue