WHY always I get" Memory limit exceeded"
Difference between en1 and en2, changed 402 character(s)
[Your text to link here...](http://https://codeforces.com/group/T3p02rhrmb/contest/324959/my#)
always get that just anyone tells me why and how can I solve that problem↵
and I am a new one here!

that is my code :↵
#include <iostream>↵
 ↵
using namespace std;↵
 ↵
int main()↵
{↵
    unsigned int x,y;↵
 ↵
    cin>>x;↵
y=x;↵
cin>>x;y*=x;↵
cin>>x;y*=x;↵
cin>>x;y*=x;↵
             cout<<y%100;↵
    return 0;↵
}↵
[the link of the problem](https://codeforces.com/group/T3p02rhrmb/contest/324959/problem/Y)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English ziadayman1 2023-02-04 01:27:35 402
en1 English ziadayman1 2023-02-04 01:23:08 235 Initial revision (published)