Блог пользователя ziadayman1

Автор ziadayman1, история, 14 месяцев назад, По-английски

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

  • Проголосовать: нравится
  • -20
  • Проголосовать: не нравится

»
14 месяцев назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

Judging from your only one public submission, which is for legendary watermelon problem, you're using clang diagnostics which is used for debug purposes only and can cause slow perfomance and additional memory usages (yet I still don't understand what causes MLE on 2nd test and not the 1st). Anyway use any other compiler which is not labeled as "diagnostics", i.e. 192085523, 192085530