Application Deployment โ
Python 3
Python 3
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
#include <cassert>
using namespace std;
// Write your Student class here
class Student{
private:int scores[5];
public:int sum=0;
public:
void input()
{
for(int i=0;i<5;i++)
{
cin >> scores[i];
sum+=scores[i];
}
}
int calculateTotalScore(){
return sum;
}
};
int main() {
int n; // number of students
cin >> n;
Student *s = new Student[n]; // an array of n students
for(int i = 0; i < n; i++){
s[i].input();
}
// calculate kristen's score
int kristen_score = s[0].calculateTotalScore();
// determine how many students scored higher than kristen
int count = 0;
for(int i = 1; i < n; i++){
int total = s[i].calculateTotalScore();
if(total > kristen_score){
count++;
}
}
// print result
cout << count;
return 0;
}
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
#include <cassert>
using namespace std;
// Write your Student class here
class Student{
private:int scores[5];
public:int sum=0;
public:
void input()
{
for(int i=0;i<5;i++)
{
cin >> scores[i];
sum+=scores[i];
}
}
int calculateTotalScore(){
return sum;
}
};
int main() {
int n; // number of students
cin >> n;
Student *s = new Student[n]; // an array of n students
for(int i = 0; i < n; i++){
s[i].input();
}
// calculate kristen's score
int kristen_score = s[0].calculateTotalScore();
// determine how many students scored higher than kristen
int count = 0;
for(int i = 1; i < n; i++){
int total = s[i].calculateTotalScore();
if(total > kristen_score){
count++;
}
}
// print result
cout << count;
return 0;
}
Will you have servicenow OA in the evening?
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name : Amazon
Type : Future Engineer Scholarship
Batch : 2027 passout females (1st year female students)
Scholarship and a chance to get an Internship at Amazon later.
Link : https://ffe.org/amazon-future-engineer/
Type : Future Engineer Scholarship
Batch : 2027 passout females (1st year female students)
Scholarship and a chance to get an Internship at Amazon later.
Link : https://ffe.org/amazon-future-engineer/
Foundation For Excellence
Amazon Future Engineer - Foundation For Excellence
Last date of applying - 31st October 2024
#Codility Number Of Rectangles Inside The Board - Codility C++ - TCS | Wipro Solution
https://forum.csalgo.us/threads/number-of-rectangles-inside-the-board-codility-c-tcs-wipro-solution.274/
https://forum.csalgo.us/threads/number-of-rectangles-inside-the-board-codility-c-tcs-wipro-solution.274/
โ๏ธ Accenture Mega Off Campus Drive Hiring 2022/2023 Batch | 4.61 LPA โ๏ธ
๐จโ๐ปJob Role : Application Development Associate
๐Qualification : B.E/B.Tech/M.E/M.Tech, MCA, M.Sc
๐Batch : 2022,2023
๐ฐSalary : INR 4.61 LPA
โญ๏ธ Apply Fast : https://csalgo.us/2023/12/04/accenture-off-campus-drive-2023-2022-2023-batch-across-india-4-61-lpa/
๐จโ๐ปJob Role : Application Development Associate
๐Qualification : B.E/B.Tech/M.E/M.Tech, MCA, M.Sc
๐Batch : 2022,2023
๐ฐSalary : INR 4.61 LPA
โญ๏ธ Apply Fast : https://csalgo.us/2023/12/04/accenture-off-campus-drive-2023-2022-2023-batch-across-india-4-61-lpa/
Security breaching โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Waqas Masood on LinkedIn: CGI Careers | | , , | 62 comments
Hi Everyone,
CGI is hiring SDE interns
Duration: 3 โ 6 months.
Location: Chennai / Bangalore.
Follow the below steps to get referral.
1)Fill the necessaryโฆ | 62 comments on LinkedIn
CGI is hiring SDE interns
Duration: 3 โ 6 months.
Location: Chennai / Bangalore.
Follow the below steps to get referral.
1)Fill the necessaryโฆ | 62 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
57 Software Engineer Intern jobs in India (3 new)
Todayโs top 57 Software Engineer Intern jobs in India. Leverage your professional network, and get hired. New Software Engineer Intern jobs added daily.
int isGoodString(string s) {
int vowels = 0, consonants = 0;
for (char c : s) {
if (isalpha(c)) {
if (c == 'a'
c == 'e'
c == 'i'
c == 'o'
c == 'u') {
vowels++;
} else {
consonants++;
}
}
}
return vowels > consonants ? 1 : 0;
}
int sumOfDigits(string s) {
int sum = 0;
for (char c : s) {
if (isdigit(c)) {
sum += c - '0';
}
}
return sum;
}
C: Play with string โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company name: StoneX
Role: โจIntern โจ
Expected Stipend: 30K-50K per month
Location: Pune
Apply here: https://english-stonex.icims.com/jobs/9816/job?mobile=false&width=1136&height=500&bga=true&needsRedirect=false&jan1offset=330&jun1offset=330
Role: โจIntern โจ
Expected Stipend: 30K-50K per month
Location: Pune
Apply here: https://english-stonex.icims.com/jobs/9816/job?mobile=false&width=1136&height=500&bga=true&needsRedirect=false&jan1offset=330&jun1offset=330
Global Careers (External)
Intern in Pune, Maharashtra | Careers at Pune (W)
This is a Fresher role for Retail BU.
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
int minimumEnergy(vector<string> river, int initial_x, int initial_y, int final_x, int final_y) {
int ans=-1;
// int answer=INT_MAX;
int n=river.size();
int m=river[0].size();
int dr[4]={0,0,1,-1};
int dc[4]={1,-1,0,0};
vector<vector<bool>> visited(n, vector<bool>(m, false));
queue<pair<pair<int,int>,int>> q;
q.push({{initial_x, initial_y},0});
visited[initial_x][initial_y]=true;
while(!q.empty()){
int size=q.size();
for(int i=0;i<size;i++){
auto temp=q.front();
int x=temp.first.first;
int y=temp.first.second;
int energy=temp.second;
q.pop();
if(x==final_x and y==final_y){
return energy;
}
for(int j=0;j<4;j++){
int nx=x+dr[j];
int ny=y+dc[j];
if(nx>=0 and nx<n and ny>=0 and ny<m and visited[nx][ny]==0 and river[nx][ny]=='.'){
if(j%2==1){
visited[nx][ny]=1;
q.push({{nx,ny}, energy+1});
}
else{
visited[nx][ny]=1;
q.push({{nx,ny}, energy});
}
}
}
}
}
return -1;
}
Swimming โ
int ans=-1;
// int answer=INT_MAX;
int n=river.size();
int m=river[0].size();
int dr[4]={0,0,1,-1};
int dc[4]={1,-1,0,0};
vector<vector<bool>> visited(n, vector<bool>(m, false));
queue<pair<pair<int,int>,int>> q;
q.push({{initial_x, initial_y},0});
visited[initial_x][initial_y]=true;
while(!q.empty()){
int size=q.size();
for(int i=0;i<size;i++){
auto temp=q.front();
int x=temp.first.first;
int y=temp.first.second;
int energy=temp.second;
q.pop();
if(x==final_x and y==final_y){
return energy;
}
for(int j=0;j<4;j++){
int nx=x+dr[j];
int ny=y+dc[j];
if(nx>=0 and nx<n and ny>=0 and ny<m and visited[nx][ny]==0 and river[nx][ny]=='.'){
if(j%2==1){
visited[nx][ny]=1;
q.push({{nx,ny}, energy+1});
}
else{
visited[nx][ny]=1;
q.push({{nx,ny}, energy});
}
}
}
}
}
return -1;
}
Swimming โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
3 companies are hiring, Payglocal, Finanvo and TruScholar
Batch eligible: 2022, 2023, 2024 and 2025 passouts
Apply: https://bit.ly/46J1jIT
Batch eligible: 2022, 2023, 2024 and 2025 passouts
Apply: https://bit.ly/46J1jIT
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Swiggy is hiring for Associate Software Development Engineer
Batch eligible: 2022 and 2023 passouts
Apply: https://docs.google.com/forms/d/e/1FAIpQLSeI73H4qHGbTnWsNOtYRNA4cn5fOFJmnN-oo3ng6hqSndqaZA/viewform
JD: https://docs.google.com/document/d/1QXhfrxi39Zt3usEOp1OijNSGuHf0RhvVdDHn9DMmT8M/mobilebasic#heading=h.gc9bfaz8780n
Batch eligible: 2022 and 2023 passouts
Apply: https://docs.google.com/forms/d/e/1FAIpQLSeI73H4qHGbTnWsNOtYRNA4cn5fOFJmnN-oo3ng6hqSndqaZA/viewform
JD: https://docs.google.com/document/d/1QXhfrxi39Zt3usEOp1OijNSGuHf0RhvVdDHn9DMmT8M/mobilebasic#heading=h.gc9bfaz8780n
Google Docs
Associate Software Development Engineer: SWIGGY (Front-end)
Job Description: https://rebrand.ly/swiggy-front-end-jd