WHY always I get" Memory limit exceeded"

Revision en2, by ziadayman1, 2023-02-04 01:27:35

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

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

Tags help me, help, simple, cpp

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)