#92: THE BLAME


s137 (邱奕倫)

學校 : 不指定學校
編號 : 149
來源 : [1.175.85.142]
最後登入時間 :
2024-11-27 15:31:24
t027. 307 函式與陣列 (陣列最大值) | From: [1.175.85.142] | 發表日期 : 2024-11-26 21:11

Below is the stupid code I made... and i have some OFFENCE to say

1.idk wat to see (the teacher who made this website) and this is possible in every solusion unless you might want to update this website bruh :(
2.secondly the "主任" this int i wwrote "lsplash" is read in L-splash, use google or study english next time... also ur not me... i want to name it this i name it this bro >:)
3.I'm a fair and sqare person, i dnt use chatGPT, if your like "曹操" and blame the innocent... then ur an idiot XD

#include<bits/stdc++.h>
using namespace std; int n[5],lsplash; int compute(int n[5]) { for(int i=0;i<5;i++) if(n[i]>lsplash)
wtf=n[i]; return lsplash;
} int main() { for(int i=0;i<5;i++) cin>>n[i]; cout<<compute(n)<<endl; return 0; }


if anyone read this i just want to say be nice or be **** (i cover this bad word cause it impolite)
also thanks 李 teacher for teaching me c++ :)
 
#94: Re:THE BLAME


s137 (邱奕倫)

學校 : 不指定學校
編號 : 149
來源 : [1.175.85.142]
最後登入時間 :
2024-11-27 15:31:24
t027. 307 函式與陣列 (陣列最大值) | From: [1.175.85.142] | 發表日期 : 2024-11-26 21:30

sry some mistakes...

#include<bits/stdc++.h>
using namespace std; int n[5],lsplash; int compute(int n[5]) { for(int i=0;i<5;i++) if(n[i]>lsplash)
lsplash=n[i]; return lsplash;
} int main() { for(int i=0;i<5;i++) cin>>n[i]; cout<<compute(n)<<endl; return 0; }



 
ZeroJudge Forum